/*
* Use wxDisplay class
*/
-#define wxUSE_DISPLAY !
+#define wxUSE_DISPLAY 1
/*
* Use this control
*/
/* #undef wxUSE_MOUSEWHEEL */
+/*
+ * Hotkey support (Windows)
+ */
+/* #define wxUSE_HOTKEY 1 */
+
/*
* Use wxURL class
*/
/*
* Use tooltips
*/
-#ifdef __WXMOTIF__
+#if defined (__WXMOTIF__) || defined( __WXX11__ )
#define wxUSE_TOOLTIPS 0
#else
#define wxUSE_TOOLTIPS 1
*/
#define wxUSE_ZIPSTREAM 1
-/*
- * Use gzip streams, requires wxUSE_ZLIB
- */
-#define wxUSE_GZSTREAM 1
-
/*
* wxPalette class
*/