Added a proper log frame to the propgrid sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-12-12 09:59:20 +00:00
parent 5405bfb439
commit 9d136b8b50
2 changed files with 23 additions and 10 deletions

View File

@@ -139,6 +139,10 @@ public:
wxWindow* m_panel;
wxBoxSizer* m_topSizer;
#if wxUSE_LOGWINDOW
wxLogWindow* m_logWindow;
#endif
wxPGEditor* m_pSampleMultiButtonEditor;
wxPGChoices m_combinedFlags;