]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/windows.i
wxPython updates (SWIG really works, cannot believe it)
[wxWidgets.git] / utils / wxPython / src / windows.i
index 6946b45cd722620899967f732a8396eb190cc2c9..e9d4ba8014cce81a799fef71adcd8c60dc8b49d2 100644 (file)
 
 %{
 #include "helpers.h"
-
 #include <wx/menuitem.h>
-
-#ifdef __WXMSW__
-#include <wx/minifram.h>  // needed ?
-#endif
 %}
 
 //----------------------------------------------------------------------
@@ -346,7 +341,7 @@ public:
     void SetHelp(const wxString& strHelp);
     void Enable(bool bDoEnable = TRUE);
     void Check(bool bDoCheck = TRUE);
-    
+
 #ifdef __WXMSW__
     void DeleteSubMenu();
 #endif
@@ -356,7 +351,19 @@ public:
 /////////////////////////////////////////////////////////////////////////////
 //
 // $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