added wxUSE_DISPLAY
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
10
setup.h.in
10
setup.h.in
@@ -367,6 +367,10 @@
|
||||
* Use this control
|
||||
*/
|
||||
#define wxUSE_CHOICE 0
|
||||
/*
|
||||
* Use wxDisplay class
|
||||
*/
|
||||
#define wxUSE_DISPLAY 0
|
||||
/*
|
||||
* Use this control
|
||||
*/
|
||||
@@ -376,12 +380,12 @@
|
||||
*/
|
||||
#define wxUSE_GRID 0
|
||||
/*
|
||||
* Use this control
|
||||
* Use the new prototype wxGrid classes
|
||||
* (wxUSE_GRID must also be defined)
|
||||
*/
|
||||
#define wxUSE_NEW_GRID 0
|
||||
/*
|
||||
* Use the new prototype wxGrid classes
|
||||
* (wxUSE_GRID must also be defined)
|
||||
* Use wxImageList class
|
||||
*/
|
||||
#define wxUSE_IMAGLIST 0
|
||||
/*
|
||||
|
Reference in New Issue
Block a user