]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Added ability to execute more code after the widget is created
[wxWidgets.git] / setup.h.in
index fb78a521b121e30de4bc8e86bc3418f14e0011fc..a85bc91fbf35c1b505fcd5e472266dba74f58ce8 100644 (file)
@@ -61,6 +61,9 @@
 /* Define this if your version of GTK+ is greater than 1.3 */
 #undef __WXGTK20__
 
+/* Define this if you want to use GPE features */
+#undef __WXGPE__
+
 /* Define this if your version of Motif is greater than 2.0 */
 #undef __WXMOTIF20__
 
  * Use regex support
  */
 #define wxUSE_REGEX 0
+/*
+ * The built-in regex supports advanced REs in additional to POSIX's basic
+ * and extended. Your system regex probably won't support this, and in this
+ * case WX_NO_REGEX_ADVANCED should be defined.
+ */
+#undef WX_NO_REGEX_ADVANCED
 /*
  * Use XML support
  */
  */
 #define wxUSE_UXTHEME_AUTO 1
 
+/*
+ *  Set to 1 to use mousewheel events on Windows
+ */
+#define wxUSE_MOUSEWHEEL 1
+
+/*
+ * Hotkey support (Windows)
+ */
+#define wxUSE_HOTKEY 1
+
 /*
  * Use wxURL class
  */
  */
 #define wxUSE_ZIPSTREAM 0
 
-/*
- * Use gzip streams, requires wxUSE_ZLIB
- */
-#define wxUSE_GZSTREAM 0
-
 /*
  * wxPalette class
  */
  */
 #define wxUSE_ICO_CUR 0
 
-/* 
- * Set to 1 if for dynamically loadable plugins support 
+/*
+ * Set to 1 if for dynamically loadable plugins support
  */
 #define wxUSE_PLUGINS 0