More simplistic test for setting size and max size
after creation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,6 +41,10 @@ public:
|
||||
|
||||
void OnCloseWindow(wxCloseEvent& event);
|
||||
void OnReparent(wxCommandEvent& event);
|
||||
void OnSetSize_150_150(wxCommandEvent &event);
|
||||
void OnSetSize_200_200(wxCommandEvent &event);
|
||||
void OnSetMaxSize_150_150(wxCommandEvent &event);
|
||||
void OnSetMaxSize_300_300(wxCommandEvent &event);
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
Reference in New Issue
Block a user