]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
added virtual dtor to wxMacListControl to silence gcc warnings
[wxWidgets.git] / include / wx / setup_inc.h
index d85e3305116c8d04ea5c4359d2108069bbd8624c..ac0a22b40f095f3a8b73d9e9cf0d178d422a28f1 100644 (file)
 // Recommended setting: 1 (it doesn't cost almost anything)
 #define wxUSE_MINIFRAME 1
 
+// wxComboCtrl and related classes: combobox with custom popup window and
+// not necessarily a listbox.
+//
+// Default is 1.
+//
+// Recommended setting: 1 but can be safely set to 0 except for wxUniv where it
+//                      it used by wxComboBox
+#define wxUSE_COMBOCTRL 1
+
+// wxOwnerDrawnComboBox is a custom combobox allowing to paint the combobox
+// items.
+//
+// Default is 1.
+//
+// Recommended setting: 1 but can be safely set to 0
+#define wxUSE_ODCOMBOBOX 1
+
 // ----------------------------------------------------------------------------
 // Miscellaneous GUI stuff
 // ----------------------------------------------------------------------------