X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a08cd12bd26645e5dc837e3b174be31ea790727..d5f005cc9385455ceebdf2063aa7f421f70315d1:/wxPython/src/gtk/frames.py diff --git a/wxPython/src/gtk/frames.py b/wxPython/src/gtk/frames.py index 8652452be8..7a82522e75 100644 --- a/wxPython/src/gtk/frames.py +++ b/wxPython/src/gtk/frames.py @@ -128,6 +128,20 @@ class wxMiniFrame(wxMiniFramePtr): +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 + + + + #-------------- FUNCTION WRAPPERS ------------------