]> git.saurik.com Git - wxWidgets.git/commitdiff
Added some #defines
authorJulian Smart <julian@anthemion.co.uk>
Thu, 17 Jun 1999 12:07:57 +0000 (12:07 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 17 Jun 1999 12:07:57 +0000 (12:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 8676d7481b10b2d062be13c717cf74090ffa5bb1..30fde9a653c19bf2f85e8416c92ba30d1b4acc9c 100644 (file)
 
 #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