]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 24 Nov 2000 09:50:27 +0000 (09:50 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 24 Nov 2000 09:50:27 +0000 (09:50 +0000)
 Modified Files:
  wxWindows/src/gtk/listbox.cpp

 corrections for VMS since someone updated this one using an old version.

----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/listbox.cpp
src/gtk1/listbox.cpp

index 8d8a3579759a58adfc8330cabc6bc80b6bd0a692..14dd4558ae7192a79026197b879cdd35a3d19e5c 100644 (file)
 #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
index 8d8a3579759a58adfc8330cabc6bc80b6bd0a692..14dd4558ae7192a79026197b879cdd35a3d19e5c 100644 (file)
 #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