]> git.saurik.com Git - wxWidgets.git/commitdiff
add compilation options to allow compiling in just the selected wxUniv themes and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Sep 2006 23:06:42 +0000 (23:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Sep 2006 23:06:42 +0000 (23:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index fbeee17c56a2ced4f7094c569141a2065380c33c..60ae8105ba6120be41301cc3601f3372525ebd9a 100644 (file)
 
 #define wxUSE_PALETTE       0
 
+
+#define wxUSE_ALL_THEMES    0
+
+#define wxUSE_THEME_GTK     0
+#define wxUSE_THEME_METAL   0
+#define wxUSE_THEME_MONO    0
+#define wxUSE_THEME_WIN32   0
+
+
 /* --- end common options --- */
 
 /* for some features we don't have dedicated configure switches, so just choose
 /* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
 #undef wxHAS_WORKING_GTK_DC_BLIT
 
-
 #endif /* __WX_SETUP_H__ */