]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
Emptied patch.rsp
[wxWidgets.git] / wxPython / src / frames.i
index b100fc250166bfedb704009f4bf688b8c89b2bd6..7f76d6e0c41450d65aba6a10e8a87192a32de024 100644 (file)
@@ -16,7 +16,6 @@
 %{
 #include "helpers.h"
 #include <wx/minifram.h>
-#include <wx/tipwin.h>
 %}
 
 //----------------------------------------------------------------------
@@ -90,7 +89,7 @@ public:
     virtual bool IsIconized() const;
 
     // get the frame icon
-    const wxIcon& GetIcon() const;
+    wxIcon GetIcon() const;
 
     // set the frame icon
     virtual void SetIcon(const wxIcon& icon);
@@ -230,18 +229,6 @@ public:
 
 //---------------------------------------------------------------------------
 
-class wxTipWindow : public wxFrame
-{
-public:
-    wxTipWindow(wxWindow *parent,
-                const wxString& text,
-                wxCoord maxLength = 100);
-
-    %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
-};
-
-
-//---------------------------------------------------------------------------