wxUSE_RADIOBOX/SLIDER/SPINCTRL added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
330d6fd063
commit
90c6f4d6f5
@ -79,6 +79,8 @@
|
|||||||
// Define 1 to use radio button control
|
// Define 1 to use radio button control
|
||||||
#define wxUSE_RADIOBTN 1
|
#define wxUSE_RADIOBTN 1
|
||||||
// Unfortunately someone introduced this one, too
|
// Unfortunately someone introduced this one, too
|
||||||
|
#define wxUSE_RADIOBOX 1
|
||||||
|
// And this... don't know which one is corect
|
||||||
|
|
||||||
#define wxUSE_SCROLLBAR 1
|
#define wxUSE_SCROLLBAR 1
|
||||||
// Define 1 to compile contributed wxScrollBar class
|
// Define 1 to compile contributed wxScrollBar class
|
||||||
@ -92,6 +94,8 @@
|
|||||||
#define wxUSE_SPINBTN 1
|
#define wxUSE_SPINBTN 1
|
||||||
// Define 1 to compile spin button
|
// Define 1 to compile spin button
|
||||||
|
|
||||||
|
#define wxUSE_SPINCTRL 1
|
||||||
|
// Define 1 to use wxSpinCtrl class
|
||||||
|
|
||||||
#define wxUSE_STATLINE 1
|
#define wxUSE_STATLINE 1
|
||||||
// use wxStaticLine class
|
// use wxStaticLine class
|
||||||
@ -105,6 +109,9 @@
|
|||||||
#define wxUSE_CARET 1
|
#define wxUSE_CARET 1
|
||||||
// Define 1 to use wxCaret class
|
// Define 1 to use wxCaret class
|
||||||
|
|
||||||
|
#define wxUSE_SLIDER 1
|
||||||
|
// Define 1 to use wxSlider class
|
||||||
|
|
||||||
#define wxUSE_NEW_GRID 1
|
#define wxUSE_NEW_GRID 1
|
||||||
// Define 1 to use the new wxGrid class
|
// Define 1 to use the new wxGrid class
|
||||||
// (still under development, define 0 to
|
// (still under development, define 0 to
|
||||||
|
Loading…
Reference in New Issue
Block a user