]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
hint window pane should always be shown so that hints will be drawn for even currentl...
[wxWidgets.git] / setup.h_vms
index 269a583051f33710f9971e26b93216672b5ca70b..1545d17432c0fb2f3e4dc6ee61ce8b2f1c498504 100644 (file)
@@ -2,8 +2,8 @@
  *                                                                           *
  * Template for the set.h file for VMS                                       *
  * Created from setup.h_in                                                   *
- * Author : J.Jansen (joukj@hrem.stm.tudelft.nl)                             *
- * Date : 18 August 2005                                                     *
+ * Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                            *
+ * Date : 9 June 2006                                                        *
  *                                                                           *
  *****************************************************************************/
 
 #define __WXGTK127__ 1
 
 /* Define this if your version of GTK+ is greater than 2.0 */
-/* #undef __WXGTK20__ */
+#ifdef VMS_GTK2
+#define __WXGTK20__ 1
 
 /* Define this if your version of GTK+ is greater than 2.4 */
-/* #undef __WXGTK24__ */
+#define __WXGTK24__ 1
+
+/* Define this if your version of GTK+ is greater than 2.6 */
+#define __WXGTK26__ 1
+
+#include <types.h>
+typedef pid_t GPid;
+
+#define G_GNUC_INTERNAL
+
+#endif
 #endif
 
 /*
 
 #define wxUSE_STD_STRING  0
 
+#define wxUSE_PRINTF_POS_PARAMS 0
+
 #define wxUSE_LONGLONG      1
 
 #define wxUSE_FILE          1
 #  define wxUSE_XML       1
 #endif
 
+#define wxUSE_AUI       1
 
 #define wxUSE_CONTROLS     1
 
 #define wxUSE_CHECKBOX     1
 #define wxUSE_CHECKLISTBOX 1
 #define wxUSE_CHOICE       1
+#define wxUSE_COLOURPICKERCTRL 1
 #define wxUSE_COMBOBOX     1
+#define wxUSE_DATAVIEWCTRL   1
 #define wxUSE_DATEPICKCTRL 1
+#define wxUSE_DIRPICKERCTRL 1
+#define wxUSE_FILEPICKERCTRL 1
+#define wxUSE_FONTPICKERCTRL 1
 #define wxUSE_GAUGE        1
+#define wxUSE_HYPERLINKCTRL 1
 #define wxUSE_LISTBOX      1
 #define wxUSE_LISTCTRL     1
 #define wxUSE_RADIOBOX     1
 
 #define wxUSE_TREEBOOK 1
 
+#define wxUSE_TOOLBOOK 1
+
 #define wxUSE_TAB_DIALOG    1
 
 #define wxUSE_GRID         1
 
 #define wxUSE_MINIFRAME 1
 
+#define wxUSE_COMBOCTRL 1
+
+#define wxUSE_ODCOMBOBOX 1
 
 #define wxUSE_ACCEL 1
 
 
 #define wxUSE_CARET         1
 
-#define wxUSE_DISPLAY       1
+#define wxUSE_DISPLAY       0
 
 #define wxUSE_GEOMETRY            1
 
 
 #define wxUSE_HELP        1
 
-#define wxUSE_MS_HTML_HELP 0
-
-
 #define wxUSE_WXHTML_HELP 1
 
 #define wxUSE_RESOURCES   1
 #define wxUSE_RICHEDIT2 0
 #endif
 
+#define wxUSE_INKEDIT 1
+
 #define wxUSE_UNICODE_MSLU 0
 
 #define wxUSE_DC_CACHEING 1
  * Use GNOME print for printing under GTK+ 2.0
  */
 #define wxUSE_LIBGNOMEPRINT 0
+/*
+ * Use GNOME VFS for MIME types
+ */
+#define wxUSE_LIBGNOMEVFS 0
+/*
+ * Use the Hildon framework
+ */
+#define wxUSE_LIBHILDON 0
 /*
  * Use iODBC
  */