X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/903f689bf7c3c379cba45881373aa9bdd15d6e70..853b255a6b035f9448b4ca7e07a453be7bd2f892:/utils/wxPython/src/helpers.h diff --git a/utils/wxPython/src/helpers.h b/utils/wxPython/src/helpers.h index 096e8e4de0..242f154c0f 100644 --- a/utils/wxPython/src/helpers.h +++ b/utils/wxPython/src/helpers.h @@ -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 //