updates to track changes in CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-04-09 03:07:09 +00:00
parent cacdec1b9c
commit 569077d4d6
6 changed files with 59 additions and 183 deletions

View File

@@ -388,14 +388,14 @@ public:
//---------------------------------------------------------------------------
class wxWindowCreateEvent : public wxEvent {
class wxWindowCreateEvent : public wxCommandEvent {
public:
wxWindowCreateEvent(wxWindow *win = NULL);
wxWindow *GetWindow();
};
class wxWindowDestroyEvent : public wxEvent {
class wxWindowDestroyEvent : public wxCommandEvent {
public:
wxWindowDestroyEvent(wxWindow *win = NULL);