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:
Vadim Zeitlin
2003-03-03 19:49:37 +00:00
parent c8ce283736
commit ddb4769e7c
2 changed files with 18 additions and 6 deletions

View File

@@ -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
/*