add compilation options to allow compiling in just the selected wxUniv themes and not all of them (which is still the default)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1130,6 +1130,22 @@
|
||||
// Set to 1 to compile in wxPalette class
|
||||
#define wxUSE_PALETTE 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxUniversal-only options
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// Set to 1 to enable compilation of all themes, this is the default
|
||||
#define wxUSE_ALL_THEMES 1
|
||||
|
||||
// Set to 1 to enable the compilation of individual theme if wxUSE_ALL_THEMES
|
||||
// is unset, if it is set these options are not used; notice that metal theme
|
||||
// uses Win32 one
|
||||
#define wxUSE_THEME_GTK 0
|
||||
#define wxUSE_THEME_METAL 0
|
||||
#define wxUSE_THEME_MONO 0
|
||||
#define wxUSE_THEME_WIN32 0
|
||||
|
||||
|
||||
/* --- end common options --- */
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user