]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/my_typemaps.i
Beginings of wxGTK compatibility
[wxWidgets.git] / utils / wxPython / src / my_typemaps.i
index 6b10c7433d49666fa7aa49dc257d14b400e502bd..4cf6c9f5d05ab65143892a4cdd8010b7e06db92e 100644 (file)
@@ -22,7 +22,9 @@ extern char** string_LIST_helper(PyObject* source);
 extern wxPoint* wxPoint_LIST_helper(PyObject* source);
 extern wxBitmap** wxBitmap_LIST_helper(PyObject* source);
 extern wxString* wxString_LIST_helper(PyObject* source);
+#ifdef __WXMSW__
 extern wxAcceleratorEntry* wxAcceleratorEntry_LIST_helper(PyObject* source);
+#endif
 
 %}
 
@@ -186,6 +188,9 @@ static char* wxStringErrorMsg = "string type is required for parameter";
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.2  1998/08/14 23:36:39  RD
+// Beginings of wxGTK compatibility
+//
 // Revision 1.1  1998/08/09 08:25:52  RD
 // Initial version
 //