]> git.saurik.com Git - wxWidgets.git/blame - include/wx/univ/setup_inc.h
Make wxComboCtrlBase::Set*groundColour() methods public.
[wxWidgets.git] / include / wx / univ / setup_inc.h
CommitLineData
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
3b7c589c
VZ
8// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12// ----------------------------------------------------------------------------
13// wxUniversal-only options
14// ----------------------------------------------------------------------------
15
16// Set to 1 to enable compilation of all themes, this is the default
17#define wxUSE_ALL_THEMES 1
18
19// Set to 1 to enable the compilation of individual theme if wxUSE_ALL_THEMES
20// is unset, if it is set these options are not used; notice that metal theme
21// uses Win32 one
22#define wxUSE_THEME_GTK 0
23#define wxUSE_THEME_METAL 0
24#define wxUSE_THEME_MONO 0
25#define wxUSE_THEME_WIN32 0