Committing in .

Modified Files:
 	wxWindows/include/wx/gtk/app.h wxWindows/lib/vms_gtk.opt
 	wxWindows/samples/minimal/descrip.mms
 	wxWindows/src/common/descrip.mms
 	wxWindows/src/generic/colrdlgg.cpp
 	wxWindows/src/generic/descrip.mms
 	wxWindows/src/gtk/dcclient.cpp wxWindows/src/gtk/descrip.mms
 	wxWindows/src/gtk/filedlg.cpp wxWindows/src/gtk/fontdlg.cpp
 	wxWindows/src/gtk/frame.cpp wxWindows/src/gtk/listbox.cpp
 	wxWindows/src/gtk/tbargtk.cpp wxWindows/src/gtk/win_gtk.c
 	wxWindows/src/gtk/window.cpp wxWindows/src/unix/descrip.mms

Patches for wxGTK for VMS
----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2000-08-10 13:24:55 +00:00
parent 40d432c482
commit d02af7bbb9
26 changed files with 46 additions and 91 deletions

View File

@@ -11,6 +11,10 @@
#pragma implementation "dcclient.h"
#endif
#ifdef __VMS
#define XCopyPlane XCOPYPLANE
#endif
#include "wx/dcclient.h"
#include "wx/dcmemory.h"
#include "wx/image.h"

View File

@@ -8,7 +8,7 @@
.first
define wx [--.include.wx]
CXX_DEFINE = /define=(__WXGTK__=1)
CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/iee=denorm
.suffixes : .cpp
@@ -74,9 +74,8 @@ OBJECTS = \
tooltip.obj,\
utilsgtk.obj,\
utilsres.obj,\
window.obj,\
win_gtk.obj,\
wx_gtk_vmsjackets.obj
window.obj
SOURCES =\
accel.cpp,\
@@ -135,9 +134,8 @@ SOURCES =\
tooltip.cpp,\
utilsgtk.cpp,\
utilsres.cpp,\
window.cpp,\
win_gtk.c,\
wx_gtk_vmsjackets.c
window.cpp
all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -199,7 +197,5 @@ timer.obj : timer.cpp
tooltip.obj : tooltip.cpp
utilsgtk.obj : utilsgtk.cpp
utilsres.obj : utilsres.cpp
window.obj : window.cpp
win_gtk.obj : win_gtk.c
wx_gtk_vmsjackets.obj : wx_gtk_vmsjackets.c
cc $(CFLAGS)$(CXX_DEFINE) wx_gtk_vmsjackets.c/name=(as_is,short)
window.obj : window.cpp

View File

@@ -17,9 +17,6 @@
#include "wx/generic/msgdlgg.h"
#ifdef __VMS__
#define gtk_file_selection_hide_fileop_buttons gtk_file_selection_hide_fileop_
#endif
#include <gtk/gtk.h>
//-----------------------------------------------------------------------------

View File

@@ -17,11 +17,6 @@
#include "wx/debug.h"
#include "wx/msgdlg.h"
#ifdef __VMS__
#define gtk_font_selection_dialog_get_type gtk_font_selection_dialog_get_t
#define gtk_font_selection_dialog_get_font gtk_font_selection_dialog_get_f
#define gtk_font_selection_dialog_get_font_name gtk_font_selection_dialog_getnf
#endif
#include <gtk/gtk.h>
//-----------------------------------------------------------------------------

View File

@@ -19,6 +19,10 @@
#pragma implementation "frame.h"
#endif
#ifdef __VMS
#define XIconifyWindow XICONIFYWINDOW
#endif
#include "wx/frame.h"
#include "wx/dialog.h"
#include "wx/control.h"

View File

@@ -12,12 +12,6 @@
#pragma implementation "listbox.h"
#endif
#ifdef __VMS
#define gtk_scrolled_window_add_with_viewport gtk_scrolled_window_add_with_vi
#define gtk_container_set_focus_vadjustment gtk_container_set_focus_vadjust
#define gtk_scrolled_window_get_vadjustment gtk_scrolled_window_get_vadjust
#endif
#include "wx/listbox.h"
#if wxUSE_LISTBOX

View File

@@ -26,9 +26,6 @@
#include "wx/frame.h"
#ifdef __VMS__
#define gtk_pixmap_set_build_insensitive gtk_pixmap_set_build_insensitiv
#endif
#include "glib.h"
#include "gdk/gdk.h"
#include "gtk/gtk.h"

View File

@@ -9,12 +9,11 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////// */
#ifdef __VMS
#define gtk_widget_get_child_requisition gtk_widget_get_child_requisitio
#define gtk_marshal_NONE__POINTER_POINTER gtk_marshal_NONE__POINTER_POINT
#ifdef VMS
#define XCheckIfEvent XCHECKIFEVENT
#endif
#include "wx/gtk/setup.h"
#include "wx/setup.h"
#include "wx/gtk/win_gtk.h"
#include "gtk/gtksignal.h"
#include "gtk/gtkprivate.h"

View File

@@ -12,6 +12,10 @@
#pragma implementation "window.h"
#endif
#ifdef __VMS
#define XWarpPointer XWARPPOINTER
#endif
#include "wx/defs.h"
#include "wx/window.h"
#include "wx/dc.h"