]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/helpers.h
Beginings of wxGTK compatibility
[wxWidgets.git] / utils / wxPython / src / helpers.h
index 096e8e4de03dc7b6c37b7a39f4c78c3b1abde329..242f154c0f7a496f95c43194f7d9d5253e6dbf70 100644 (file)
@@ -74,6 +74,7 @@ public:
 
 //---------------------------------------------------------------------------
 
+#ifdef __WXMSW__
 class wxPyMenu : public wxMenu {
 public:
     wxPyMenu(const wxString& title = "", PyObject* func=NULL);
@@ -83,6 +84,7 @@ private:
     static void MenuCallback(wxMenu& menu, wxCommandEvent& evt);
     PyObject*   func;
 };
+#endif
 
 //---------------------------------------------------------------------------
 
@@ -101,6 +103,9 @@ private:
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.2  1998/08/14 23:36:37  RD
+// Beginings of wxGTK compatibility
+//
 // Revision 1.1  1998/08/09 08:25:51  RD
 // Initial version
 //