]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/msw/misc.py
missing comma for Motif compilation added
[wxWidgets.git] / utils / wxPython / src / msw / misc.py
index 9ad2a160caf8c995be53904efa09fb34822002e0..76cf76348a5de17fcb03300c8123f31316364e7a 100644 (file)
@@ -498,9 +498,6 @@ class wxToolTipPtr :
     def GetTip(self):
         val = miscc.wxToolTip_GetTip(self.this)
         return val
-    def SetWindow(self,arg0):
-        val = miscc.wxToolTip_SetWindow(self.this,arg0.this)
-        return val
     def GetWindow(self):
         val = miscc.wxToolTip_GetWindow(self.this)
         val = wxWindowPtr(val)
@@ -567,6 +564,10 @@ def wxSetCursor(arg0):
     val = miscc.wxSetCursor(arg0.this)
     return val
 
+wxNewId = miscc.wxNewId
+
+wxRegisterId = miscc.wxRegisterId
+
 NewId = miscc.NewId
 
 RegisterId = miscc.RegisterId
@@ -628,6 +629,8 @@ wxGetOsVersion = miscc.wxGetOsVersion
 
 wxYield = miscc.wxYield
 
+wxSafeYield = miscc.wxSafeYield
+
 wxGetResource = miscc.wxGetResource
 
 wxResourceAddIdentifier = miscc.wxResourceAddIdentifier