]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/windows3.py
Minor doc changes
[wxWidgets.git] / wxPython / src / gtk / windows3.py
index 1c9ef110f6713a7706680ed442acb6464ae86dd6..ff840528be2f183dc859b831192a4ceee46db595 100644 (file)
@@ -324,6 +324,21 @@ def wxPrePopupTransientWindow(*_args,**_kwargs):
     return val
 
 
+class wxTipWindowPtr(wxPopupTransientWindowPtr):
+    def __init__(self,this):
+        self.this = this
+        self.thisown = 0
+    def __repr__(self):
+        return "<C wxTipWindow instance at %s>" % (self.this,)
+class wxTipWindow(wxTipWindowPtr):
+    def __init__(self,*_args,**_kwargs):
+        self.this = apply(windows3c.new_wxTipWindow,_args,_kwargs)
+        self.thisown = 1
+        self._setOORInfo(self)
+
+
+
+
 
 
 #-------------- FUNCTION WRAPPERS ------------------