X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b4eedf698e09641dfdc9ffe2c04128f4bc6b2d5..b6428abaa5ac53c69c6113b86c0a0b8b05b93df7:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 2228b7f0d4..f6fd74d224 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -479,6 +479,15 @@ // This code is experimental and subject to change. #define wxUSE_URL_NATIVE 0 +// Support for wxVariant class used in several places throughout the library, +// notably in wxDataViewCtrl API. +// +// Default is 1. +// +// Recommended setting: 1 unless you want to reduce the library size as much as +// possible in which case setting this to 0 can gain up to 100KB. +#define wxUSE_VARIANT 1 + // Support for regular expression matching via wxRegEx class: enable this to // use POSIX regular expressions in your code. You need to compile regex // library from src/regex to use it under Windows. @@ -710,9 +719,17 @@ // // Default is 1. // -// Recommended setting: 1 but can be safely set to 0 +// Recommended setting: 1 but can be safely set to 0, except where it is +// needed as a base class for generic wxBitmapComboBox. #define wxUSE_ODCOMBOBOX 1 +// wxBitmapComboBox is a combobox that can have images in front of text items. +// +// Default is 1. +// +// Recommended setting: 1 but can be safely set to 0 +#define wxUSE_BITMAPCOMBOBOX 1 + // ---------------------------------------------------------------------------- // Miscellaneous GUI stuff // ---------------------------------------------------------------------------- @@ -993,8 +1010,6 @@ // 0 for no interprocess comms #define wxUSE_HELP 1 // 0 for no help facility -#define wxUSE_MS_HTML_HELP 1 - // 0 for no MS HTML Help // Use wxHTML-based help controller? #define wxUSE_WXHTML_HELP 1