From 28d52eed36a2b4ee6ea36b3c5d4861b3ea292074 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 17 Jun 1999 12:07:57 +0000 Subject: [PATCH] Added some #defines git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 8676d7481b..30fde9a653 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -71,9 +71,27 @@ #define wxUSE_RADIOBUTTON 1 // Define 1 to use radio button control +#define wxUSE_RADIOBTN 1 + // Unfortunately someone introduced this one, too #define wxUSE_SCROLLBAR 1 // Define 1 to compile contributed wxScrollBar class + +#define wxUSE_CHECKBOX 1 + // Define 1 to compile checkbox + +#define wxUSE_LISTBOX 1 + // Define 1 to compile listbox + +#define wxUSE_SPINBTN 1 + // Define 1 to compile spin button + +#define wxUSE_CHECKLISTBOX 1 + // Define 1 to compile check listbox + +#define wxUSE_CHOICE 1 + // Define 1 to compile choice + #define wxUSE_CARET 1 // Define 1 to use wxCaret class #define wxUSE_XPM_IN_MSW 1