X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e2125031b52b7ef6f809154fb20afced9e828f7..a7b51bc869213608fdad75c28fba1f245d43549f:/wxPython/src/gtk/frames.py diff --git a/wxPython/src/gtk/frames.py b/wxPython/src/gtk/frames.py index 085ba55dda..8a267e59ef 100644 --- a/wxPython/src/gtk/frames.py +++ b/wxPython/src/gtk/frames.py @@ -212,21 +212,6 @@ def wxPreMiniFrame(*_args,**_kwargs): return val -class wxTipWindowPtr(wxFramePtr): - def __init__(self,this): - self.this = this - self.thisown = 0 - def __repr__(self): - return "" % (self.this,) -class wxTipWindow(wxTipWindowPtr): - def __init__(self,*_args,**_kwargs): - self.this = apply(framesc.new_wxTipWindow,_args,_kwargs) - self.thisown = 1 - self._setOORInfo(self) - - - - #-------------- FUNCTION WRAPPERS ------------------