X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e38e58858120e47dcd0b2ef99d394f8bb9275e55..ab9d6a4c8b9ba090b5b8c77c4afbbbe4043030a1:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index adc76a8601..cfa7fa2c41 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 26 September 2011 * + * Date : 3 November 2011 * * * *****************************************************************************/ @@ -358,9 +358,17 @@ typedef pid_t GPid; #define wxUSE_WEBVIEW 0 -#define wxUSE_WEBVIEW_WEBKIT 0 +#ifdef __WXMSW__ +#define wxUSE_WEBVIEW_IE 0 +#else +#define wxUSE_WEBVIEW_IE 0 +#endif -#define wxUSE_WEBVIEW_IE 0 +#if defined(__WXGTK__) || defined(__WXOSX__) +#define wxUSE_WEBVIEW_WEBKIT 0 +#else +#define wxUSE_WEBVIEW_WEBKIT 0 +#endif #ifdef _MSC_VER # if _MSC_VER >= 1310 @@ -432,6 +440,7 @@ typedef pid_t GPid; #define wxUSE_STATTEXT 1 #define wxUSE_STATBMP 1 #define wxUSE_TEXTCTRL 1 +#define wxUSE_TIMEPICKCTRL 1 #if defined (__WXMOTIF__) || defined( __WXGTK__ ) #define wxUSE_TOGGLEBTN 1 #else @@ -493,6 +502,12 @@ typedef pid_t GPid; #define wxUSE_NOTIFICATION_MESSAGE 1 +#if defined (__WXMOTIF__) +#define wxUSE_RICHTOOLTIP 0 +#else +#define wxUSE_RICHTOOLTIP 1 +#endif + #define wxUSE_SASH 1 #define wxUSE_SPLITTER 1 @@ -697,6 +712,7 @@ typedef pid_t GPid; #define wxUSE_DATEPICKCTRL_GENERIC 0 +#define wxUSE_TIMEPICKCTRL_GENERIC 0 #define wxUSE_CRASHREPORT 0 @@ -846,10 +862,6 @@ typedef pid_t GPid; #define wxUSE_DC_TRANSFORM_MATRIX 1 -/* - * Have glibc2 - */ -#define wxHAVE_GLIBC2 0 /* * Use libXpm */