diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index d85e330511..1065d4359b 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -669,6 +669,23 @@ // Recommended setting: 1 (it doesn't cost almost anything) #define wxUSE_MINIFRAME 1 +// wxComboControl 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_COMBOCONTROL 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_OWNERDRAWNCOMBOBOX 1 + // ---------------------------------------------------------------------------- // Miscellaneous GUI stuff // ----------------------------------------------------------------------------