Fixed a notebook crash and added more tests to sample.

Corrected size behaviour of default button.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-05-25 10:40:07 +00:00
parent 794005c0ac
commit 29f538cea2
8 changed files with 36 additions and 14 deletions

View File

@@ -180,6 +180,7 @@ public:
wxImageList* m_imageList;
wxList m_pages;
int m_lastSelection; /* hack */
DECLARE_DYNAMIC_CLASS(wxNotebook)
DECLARE_EVENT_TABLE()