]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_windows.py
wxDEFAULT_STATUSBAR_STYLE
[wxWidgets.git] / wxPython / src / msw / _windows.py
index 211c94cf7bb133c8ac9bfe948342229c52bbd36b..b0a3d4ca6fe3d5f170fc0a4b4c54b7c0ce3fd0bf 100644 (file)
@@ -1142,7 +1142,7 @@ class SplitterWindow(_core.Window):
         """
         SetSashSize(self, int width)
 
-        Sets the sash size.  Currently a NOP.
+        Sets the sash size.
         """
         return _windows_.SplitterWindow_SetSashSize(*args, **kwargs)
 
@@ -3397,7 +3397,7 @@ class MDIParentFrame(Frame):
         return _windows_.MDIParentFrame_SetToolBar(*args, **kwargs)
 
     def Tile(*args, **kwargs):
-        """Tile(self)"""
+        """Tile(self, int orient=HORIZONTAL)"""
         return _windows_.MDIParentFrame_Tile(*args, **kwargs)