1. wxNotebook::GetPageCount() returns only the number of pages actually added
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 1998 18:23:57 +0000 (18:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 1998 18:23:57 +0000 (18:23 +0000)
commitef44a62179cde47dffb369b9731b2f74d54de52f
tree6e1ddb0c276714291778d289c14aa0c8c944163c
parente487524e492809638b7e335937c41fd432458a54
1. wxNotebook::GetPageCount() returns only the number of pages actually added
   to the notebook
2. wxTreeCtrl: more kbd interface ad SetItemBold (doesn't work :-( )

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/treectrl.h
samples/treectrl/treetest.cpp
src/generic/treectrl.cpp
src/gtk/notebook.cpp
src/gtk1/notebook.cpp