]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
Emptied patch.rsp
[wxWidgets.git] / wxPython / src / frames.i
index 3dfe261ea73888800e4c16c4ec321945651b3325..7f76d6e0c41450d65aba6a10e8a87192a32de024 100644 (file)
@@ -16,7 +16,6 @@
 %{
 #include "helpers.h"
 #include <wx/minifram.h>
-#include <wx/tipwin.h>
 %}
 
 //----------------------------------------------------------------------
@@ -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)"
-};
-
-
-//---------------------------------------------------------------------------