Replace wxEVT_SIZE handler with sizers in the listctrl sample

Just simplify the code, no real changes.
This commit is contained in:
Vadim Zeitlin
2017-08-24 22:11:53 +02:00
parent 1a55f4cfa2
commit 0873abb836
2 changed files with 8 additions and 24 deletions

View File

@@ -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);