]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/frames.py
updates for swig generated code
[wxWidgets.git] / wxPython / src / gtk / frames.py
index 8652452be89cee0d5d0b5399e5fb94dbb135d9c8..7a82522e7536cadd0c688a428a596838a72dbade 100644 (file)
@@ -128,6 +128,20 @@ class wxMiniFrame(wxMiniFramePtr):
 
 
 
+class wxTipWindowPtr(wxFramePtr):
+    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(framesc.new_wxTipWindow,_args,_kwargs)
+        self.thisown = 1
+
+
+
+
 
 
 #-------------- FUNCTION WRAPPERS ------------------