X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c2d1459e9e4a652118ca666e27757b3193e0e3b..0cd6e696320e17bd5895abeb7a623a3580c5e1ee:/setup.h.in diff --git a/setup.h.in b/setup.h.in index fb78a521b1..6098435563 100644 --- a/setup.h.in +++ b/setup.h.in @@ -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__ @@ -182,6 +185,12 @@ * 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 */ @@ -702,6 +711,11 @@ */ #define wxUSE_UXTHEME_AUTO 1 +/* + * Set to 1 to use mousewheel events on Windows + */ +#define wxUSE_MOUSEWHEEL 1 + /* * Use wxURL class */