]>
Commit | Line | Data |
---|---|---|
3b7c589c VZ |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx/univ/setup_inc.h | |
3 | // Purpose: wxUniversal-specific setup.h options (this file is not used | |
4 | // directly, it is injected by build/update-setup-h in the | |
5 | // generated include/wx/univ/setup0.h) | |
6 | // Author: Vadim Zeitlin | |
7 | // Created: 2008-02-03 | |
8 | // RCS-ID: $Id$ | |
9 | // Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org> | |
10 | // Licence: wxWindows licence | |
11 | ///////////////////////////////////////////////////////////////////////////// | |
12 | ||
13 | // ---------------------------------------------------------------------------- | |
14 | // wxUniversal-only options | |
15 | // ---------------------------------------------------------------------------- | |
16 | ||
17 | // Set to 1 to enable compilation of all themes, this is the default | |
18 | #define wxUSE_ALL_THEMES 1 | |
19 | ||
20 | // Set to 1 to enable the compilation of individual theme if wxUSE_ALL_THEMES | |
21 | // is unset, if it is set these options are not used; notice that metal theme | |
22 | // uses Win32 one | |
23 | #define wxUSE_THEME_GTK 0 | |
24 | #define wxUSE_THEME_METAL 0 | |
25 | #define wxUSE_THEME_MONO 0 | |
26 | #define wxUSE_THEME_WIN32 0 |