%{
#include "helpers.h"
-
#include <wx/menuitem.h>
-
-#ifdef __WXMSW__
-#include <wx/minifram.h> // needed ?
-#endif
%}
//----------------------------------------------------------------------
void SetHelp(const wxString& strHelp);
void Enable(bool bDoEnable = TRUE);
void Check(bool bDoCheck = TRUE);
-
+
#ifdef __WXMSW__
void DeleteSubMenu();
#endif
/////////////////////////////////////////////////////////////////////////////
//
// $Log$
+// Revision 1.11 1998/12/18 15:49:10 RR
+// wxClipboard now serves the primary selection as well
+// wxPython fixes
+// warning mesages
+//
+// Revision 1.10 1998/12/17 17:52:20 RD
+//
+// wxPython 0.5.2
+// Minor fixes and SWIG code generation for RR's changes. MSW and GTK
+// versions are much closer now!
+//
// Revision 1.9 1998/12/17 14:07:46 RR
+//
// Removed minor differences between wxMSW and wxGTK
//
// Revision 1.8 1998/12/16 22:10:56 RD