X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2481a3763b80b30e97a949859dfacb461ed65a6d..62ae2780a8049aa777ccb75e14fa395024c9d80c:/wxPython/src/gtk/windows3.py

diff --git a/wxPython/src/gtk/windows3.py b/wxPython/src/gtk/windows3.py
index ff840528be..994e73cca0 100644
--- a/wxPython/src/gtk/windows3.py
+++ b/wxPython/src/gtk/windows3.py
@@ -5,6 +5,8 @@ from misc import *
 
 from gdi import *
 
+from fonts import *
+
 from windows import *
 
 from clip_dnd import *
@@ -328,6 +330,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 "<C wxTipWindow instance at %s>" % (self.this,)
 class wxTipWindow(wxTipWindowPtr):