]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/frames.py
Font updates
[wxWidgets.git] / wxPython / src / msw / frames.py
index dc3cc8ef01ccade2cfaf437a7f8f760bd33ba78d..81d3be22cb97447484d58e4b99d0b96357c7e998 100644 (file)
@@ -5,6 +5,8 @@ from misc import *
 
 from gdi import *
 
+from fonts import *
+
 from windows import *
 
 from clip_dnd import *
@@ -44,6 +46,9 @@ class wxTopLevelWindowPtr(wxWindowPtr):
     def SetIcon(self, *_args, **_kwargs):
         val = apply(framesc.wxTopLevelWindow_SetIcon,(self,) + _args, _kwargs)
         return val
+    def SetIcons(self, *_args, **_kwargs):
+        val = apply(framesc.wxTopLevelWindow_SetIcons,(self,) + _args, _kwargs)
+        return val
     def ShowFullScreen(self, *_args, **_kwargs):
         val = apply(framesc.wxTopLevelWindow_ShowFullScreen,(self,) + _args, _kwargs)
         return val
@@ -111,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
@@ -229,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)
 
 
 
@@ -253,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)