]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/frames.py
Font updates
[wxWidgets.git] / wxPython / src / msw / frames.py
index 26f7470451303c1a03b1edaa090ad272e84bb355..81d3be22cb97447484d58e4b99d0b96357c7e998 100644 (file)
@@ -5,6 +5,8 @@ from misc import *
 
 from gdi import *
 
+from fonts import *
+
 from windows import *
 
 from clip_dnd import *
@@ -114,6 +116,21 @@ class wxFramePtr(wxTopLevelWindowPtr):
     def SetStatusWidths(self, *_args, **_kwargs):
         val = apply(framesc.wxFrame_SetStatusWidths,(self,) + _args, _kwargs)
         return val
+    def PushStatusText(self, *_args, **_kwargs):
+        val = apply(framesc.wxFrame_PushStatusText,(self,) + _args, _kwargs)
+        return val
+    def PopStatusText(self, *_args, **_kwargs):
+        val = apply(framesc.wxFrame_PopStatusText,(self,) + _args, _kwargs)
+        return val
+    def DoGiveHelp(self, *_args, **_kwargs):
+        val = apply(framesc.wxFrame_DoGiveHelp,(self,) + _args, _kwargs)
+        return val
+    def SetStatusBarPane(self, *_args, **_kwargs):
+        val = apply(framesc.wxFrame_SetStatusBarPane,(self,) + _args, _kwargs)
+        return val
+    def GetStatusBarPane(self, *_args, **_kwargs):
+        val = apply(framesc.wxFrame_GetStatusBarPane,(self,) + _args, _kwargs)
+        return val
     def CreateToolBar(self, *_args, **_kwargs):
         val = apply(framesc.wxFrame_CreateToolBar,(self,) + _args, _kwargs)
         return val
@@ -232,6 +249,7 @@ class wxSplashScreenWindow(wxSplashScreenWindowPtr):
     def __init__(self,*_args,**_kwargs):
         self.this = apply(framesc.new_wxSplashScreenWindow,_args,_kwargs)
         self.thisown = 1
+        self._setOORInfo(self)
 
 
 
@@ -256,6 +274,7 @@ class wxSplashScreen(wxSplashScreenPtr):
     def __init__(self,*_args,**_kwargs):
         self.this = apply(framesc.new_wxSplashScreen,_args,_kwargs)
         self.thisown = 1
+        self._setOORInfo(self)