]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/setup0.h
wxScrolBar event sending fix in wxUniv.
[wxWidgets.git] / include / wx / motif / setup0.h
index 4f2bde5aba47d2e58edb3caa64b75c42dd49a9a2..796e4a92ac1d7ffb8556d48b60a105636283acc8 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
 // ----------------------------------------------------------------------------