Add simple wxListCtrl to complex sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2009-01-23 12:26:30 +00:00
parent 43cb7161a0
commit 37e8bdb87d
2 changed files with 25 additions and 3 deletions

View File

@@ -153,6 +153,7 @@ protected:
wxPanel *m_panel;
MyListCtrl *m_listCtrl;
wxListCtrl *m_simpleListCtrl;
wxTextCtrl *m_logWindow;
private: