X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c594325333f3e154ee51edd918ad9cb0582203a7..8dba8632c5bcd64724e2e9e2d40e295555a0cb86:/wxPython/src/frames.i diff --git a/wxPython/src/frames.i b/wxPython/src/frames.i index 3dfe261ea7..7f76d6e0c4 100644 --- a/wxPython/src/frames.i +++ b/wxPython/src/frames.i @@ -16,7 +16,6 @@ %{ #include "helpers.h" #include -#include %} //---------------------------------------------------------------------- @@ -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)" -}; - - -//---------------------------------------------------------------------------