X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb7a8336353028f86bf6e3aafeddc6b47bd3617d..45d5159fa40fd5f0fdbda99547a4b5209f2c3de6:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 1b5cd7fdf5..878e01269e 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -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 : 12 May 2006 * * * *****************************************************************************/ @@ -79,10 +79,18 @@ #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 + +#include +typedef pid_t GPid; + +#define G_GNUC_INTERNAL + +#endif #endif /* @@ -309,6 +317,7 @@ #define wxUSE_CHECKLISTBOX 1 #define wxUSE_CHOICE 1 #define wxUSE_COMBOBOX 1 +#define wxUSE_DATAVIEWCTRL 1 #define wxUSE_DATEPICKCTRL 1 #define wxUSE_GAUGE 1 #define wxUSE_LISTBOX 1 @@ -346,21 +355,25 @@ #define wxUSE_TREEBOOK 1 +#define wxUSE_TOOLBOOK 1 + #define wxUSE_TAB_DIALOG 1 #define wxUSE_GRID 1 -#define wxUSE_DATAVIEWCTRL 1 - #define wxUSE_MINIFRAME 1 +#define wxUSE_COMBOCONTROL 1 + +#define wxUSE_OWNERDRAWNCOMBOBOX 1 + #define wxUSE_ACCEL 1 #define wxUSE_HOTKEY 1 #define wxUSE_CARET 1 -#define wxUSE_DISPLAY 1 +#define wxUSE_DISPLAY 0 #define wxUSE_GEOMETRY 1 @@ -533,6 +546,8 @@ #define wxUSE_RICHEDIT2 0 #endif +#define wxUSE_INKEDIT 1 + #define wxUSE_UNICODE_MSLU 0 #define wxUSE_DC_CACHEING 1 @@ -618,6 +633,10 @@ * 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 */