X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57b4050c83b14391f49888036d1604937cefd0eb..5e2b0b9aad3311d68d7696cac521d6858475c2b7:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 519419dbcb..23bd824e11 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -434,7 +434,7 @@ /* * Use wxDisplay class */ -#define wxUSE_DISPLAY ! +#define wxUSE_DISPLAY 1 /* * Use this control @@ -722,6 +722,16 @@ */ /* #define wxUSE_UXTHEME_AUTO 1*/ +/* + * Set to 1 to use mousewheel events on Windows + */ +/* #undef wxUSE_MOUSEWHEEL */ + +/* + * Hotkey support (Windows) + */ +/* #define wxUSE_HOTKEY 1 */ + /* * Use wxURL class */ @@ -762,7 +772,7 @@ /* * Use tooltips */ -#ifdef __WXMOTIF__ +#if defined (__WXMOTIF__) || defined( __WXX11__ ) #define wxUSE_TOOLTIPS 0 #else #define wxUSE_TOOLTIPS 1 @@ -784,6 +794,10 @@ */ #define wxUSE_SPLINES 1 +/* + * Use MDI. + */ +#define wxUSE_MDI 1 /* * Use the mdi architecture */ @@ -915,11 +929,6 @@ */ #define wxUSE_ZIPSTREAM 1 -/* - * Use gzip streams, requires wxUSE_ZLIB - */ -#define wxUSE_GZSTREAM 1 - /* * wxPalette class */