]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listbox.cpp
Updated to new PyCrust
[wxWidgets.git] / src / motif / listbox.cpp
index a21d2e62d4a372578e403fa5d8e1184920163fa6..8b25c36f2a3ca3f5d1d82f7f01bd4265f47ba11a 100644 (file)
     #pragma implementation "listbox.h"
 #endif
 
-#include "wx/listbox.h"
+#ifdef __VMS
+#define XtParent XTPARENT
+#define XtDisplay XTDISPLAY
+#endif
+
+# include "wx/listbox.h"
 #include "wx/settings.h"
 #include "wx/dynarray.h"
 #include "wx/log.h"
@@ -409,7 +414,7 @@ void wxListBox::SetSelection(int N, bool select)
     m_inSetValue = FALSE;
 }
 
-bool wxListBox::Selected(int N) const
+bool wxListBox::IsSelected(int N) const
 {
     // In Motif, no simple way to determine if the item is selected.
     wxArrayInt theSelections;