added checks for wxUSE_LISTBOOK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ade4eb65af
commit
5b5e4f325c
@ -419,6 +419,14 @@
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_JOYSTICK) */
|
||||
|
||||
#ifndef wxUSE_LISTBOOK
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_LISTBOOK must be defined."
|
||||
# else
|
||||
# define wxUSE_LISTBOOK 0
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_LISTBOOK) */
|
||||
|
||||
#ifndef wxUSE_LISTBOX
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_LISTBOX must be defined."
|
||||
@ -891,7 +899,7 @@
|
||||
# endif
|
||||
#endif /* controls */
|
||||
|
||||
#if wxUSE_NOTEBOOK
|
||||
#if wxUSE_NOTEBOOK || wxUSE_LISTBOOK
|
||||
# if defined(wxUSE_BOOKCTRL) && !wxUSE_BOOKCTRL
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_BOOKCTRL must be set."
|
||||
@ -905,6 +913,17 @@
|
||||
# endif
|
||||
#endif /* wxUSE_NOTEBOOK */
|
||||
|
||||
#if wxUSE_LISTBOOK
|
||||
# if !wxUSE_LISTCTRL
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxListbook requires wxListCtrl"
|
||||
# else
|
||||
# undef wxUSE_LISTCTRL
|
||||
# define wxUSE_LISTCTRL 1
|
||||
# endif
|
||||
# endif
|
||||
#endif /* wxUSE_LISTBOOK */
|
||||
|
||||
/* wxUniv-specific dependencies */
|
||||
#if defined(__WXUNIVERSAL__)
|
||||
# if (wxUSE_COMBOBOX || wxUSE_MENUS) && !wxUSE_POPUPWIN
|
||||
|
Loading…
Reference in New Issue
Block a user