Committing in .

first version of wxGTK2 for OpenVMS. At present for debugging only.

 Modified Files:
 	wxWidgets/descrip.mms wxWidgets/setup.h_vms
 	wxWidgets/contrib/src/deprecated/descrip.mms
 	wxWidgets/samples/minimal/descrip.mms
 	wxWidgets/src/common/descrip.mms
 	wxWidgets/src/generic/descrip.mms
 	wxWidgets/src/gtk/descrip.mms wxWidgets/src/html/descrip.mms
 	wxWidgets/src/unix/descrip.mms wxWidgets/src/xml/descrip.mms
 	wxWidgets/src/xrc/descrip.mms
 Added Files:
 	wxWidgets/lib/VMS_GTK2.OPT
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2006-02-15 09:33:40 +00:00
parent cbab6fe5ff
commit 93d3dbd4b3
12 changed files with 224 additions and 22 deletions

View 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 February 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 <types.h>
typedef pid_t GPid;
#define G_GNUC_INTERNAL
#endif
#endif
/*
@@ -346,6 +354,8 @@
#define wxUSE_TREEBOOK 1
#define wxUSE_TOOLBOOK 1
#define wxUSE_TAB_DIALOG 1
#define wxUSE_GRID 1