]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
In Refresh(), allow for possibility that child is mapped and parent is not.
[wxWidgets.git] / setup.h_vms
index 6f6aea5827e16771737dd5e746b30395bd0cf88b..cfa7fa2c419077eac4faedbff79df06f957e522f 100644 (file)
@@ -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 August 2011                                                     *
+ * Date : 3 November 2011                                                    *
  *                                                                           *
  *****************************************************************************/
 
@@ -77,8 +77,6 @@
 /* #undef __WXLESSTIF__ */
 
 #ifdef __WXGTK__
-/* Define this if your version of GTK+ is greater than 1.2 */
-#define __WXGTK12__ 1
 
 /* Define this if your version of GTK+ is greater than 1.2.7 */
 #define __WXGTK127__ 1
@@ -358,6 +356,20 @@ typedef pid_t GPid;
 
 #define wxUSE_PROPGRID  1
 
+#define wxUSE_WEBVIEW 0
+
+#ifdef __WXMSW__
+#define wxUSE_WEBVIEW_IE 0
+#else
+#define wxUSE_WEBVIEW_IE 0
+#endif
+
+#if defined(__WXGTK__) || defined(__WXOSX__)
+#define wxUSE_WEBVIEW_WEBKIT 0
+#else
+#define wxUSE_WEBVIEW_WEBKIT 0
+#endif
+
 #ifdef _MSC_VER
 #   if _MSC_VER >= 1310
 
@@ -428,12 +440,14 @@ 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
 #define wxUSE_TOGGLEBTN    0
 #endif
 #define wxUSE_TREECTRL     1
+#define wxUSE_TREELISTCTRL  1
 
 #define wxUSE_STATUSBAR    1
 
@@ -488,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
@@ -692,6 +712,7 @@ typedef pid_t GPid;
 
 #define wxUSE_DATEPICKCTRL_GENERIC 0
 
+#define wxUSE_TIMEPICKCTRL_GENERIC 0
 
 #define wxUSE_CRASHREPORT 0
 
@@ -841,10 +862,6 @@ typedef pid_t GPid;
 
 #define wxUSE_DC_TRANSFORM_MATRIX 1
 
-/*
- * Have glibc2
- */
-#define wxHAVE_GLIBC2 0
 /*
  * Use libXpm
  */