changed the notebook control to use AddPage() interface (Julian's version
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Jun 1998 16:59:18 +0000 (16:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Jun 1998 16:59:18 +0000 (16:59 +0000)
commit4bf58c62d243e1d04aaa4e8b67e72289284b4200
treeef4210859a1cffaa171d6108787bfe2eeb01b73f
parent5bfe9bbc658328942c516f30a454c8a955e1391e
changed the notebook control to use AddPage() interface (Julian's version
didn't work at all) andupdated the sample to work with it

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