Replace wxEVT_SIZE handler with sizers in the listctrl sample
Just simplify the code, no real changes.
This commit is contained in:
@@ -100,11 +100,7 @@ public:
|
||||
MyFrame(const wxChar *title);
|
||||
virtual ~MyFrame();
|
||||
|
||||
void DoSize();
|
||||
|
||||
protected:
|
||||
void OnSize(wxSizeEvent& event);
|
||||
|
||||
void OnQuit(wxCommandEvent& event);
|
||||
void OnAbout(wxCommandEvent& event);
|
||||
void OnListView(wxCommandEvent& event);
|
||||
|
Reference in New Issue
Block a user