X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2481a3763b80b30e97a949859dfacb461ed65a6d..af2309c0fb59458b70a9645b140fbd1d7a4b801c:/wxPython/src/gtk/windows3.py?ds=sidebyside diff --git a/wxPython/src/gtk/windows3.py b/wxPython/src/gtk/windows3.py index ff840528be..b3e5c8ffed 100644 --- a/wxPython/src/gtk/windows3.py +++ b/wxPython/src/gtk/windows3.py @@ -328,6 +328,12 @@ class wxTipWindowPtr(wxPopupTransientWindowPtr): def __init__(self,this): self.this = this self.thisown = 0 + def SetBoundingRect(self, *_args, **_kwargs): + val = apply(windows3c.wxTipWindow_SetBoundingRect,(self,) + _args, _kwargs) + return val + def Close(self, *_args, **_kwargs): + val = apply(windows3c.wxTipWindow_Close,(self,) + _args, _kwargs) + return val def __repr__(self): return "" % (self.this,) class wxTipWindow(wxTipWindowPtr):