event exposure

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-08-27 17:53:15 +00:00
parent 9d39cef7ef
commit c5ca409b6a
15 changed files with 44 additions and 23 deletions

View File

@@ -287,6 +287,9 @@ WX_BEGIN_FLAGS( wxWindowStyle )
WX_END_FLAGS( wxWindowStyle )
WX_BEGIN_PROPERTIES_TABLE(wxWindow)
WX_DELEGATE( OnClose , wxEVT_CLOSE_WINDOW , wxCloseEvent)
WX_DELEGATE( OnCreate , wxEVT_CREATE , wxWindowCreateEvent )
WX_DELEGATE( OnDestroy , wxEVT_DESTROY , wxWindowDestroyEvent )
// Always constructor Properties first
WX_READONLY_PROPERTY( Parent,wxWindow*, GetParent, , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))