created wxBookCtrl which will be tje base class for wxNotebook and wxListbook; moved almost all of wxNotebookBase code into it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -891,6 +891,20 @@
|
||||
# endif
|
||||
#endif /* controls */
|
||||
|
||||
#if defined(wxUSE_NOTEBOOK)
|
||||
# if defined(wxUSE_BOOKCTRL) && !wxUSE_BOOKCTRL
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_BOOKCTRL must be set."
|
||||
# else
|
||||
# undef wxUSE_BOOKCTRL
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# ifndef wxUSE_BOOKCTRL
|
||||
# define wxUSE_BOOKCTRL 1
|
||||
# endif
|
||||
#endif /* wxUSE_NOTEBOOK */
|
||||
|
||||
/* wxUniv-specific dependencies */
|
||||
#if defined(__WXUNIVERSAL__)
|
||||
# if (wxUSE_COMBOBOX || wxUSE_MENUS) && !wxUSE_POPUPWIN
|
||||
|
Reference in New Issue
Block a user