X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f2c545c7f4cb9c80088d50f79c6946c1215c7df..87419e97c6f15a9906de69690e7ba59ec0ffd119:/include/wx/palmos/setup0.h diff --git a/include/wx/palmos/setup0.h b/include/wx/palmos/setup0.h index 0676921c3c..a07313ecec 100644 --- a/include/wx/palmos/setup0.h +++ b/include/wx/palmos/setup0.h @@ -673,6 +673,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 // ----------------------------------------------------------------------------