git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39158
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+ def SetSashPosition(self, idx, pos):
+ """
+ Set the psition of the idx'th sash, measured from the left/top
+ of the window preceding the sash.
+ """
+ assert idx < len(self._sashes)
+ self._sashes[idx] = pos
+ self._SizeWindows()
+
+
def SizeWindows(self):
"""
Reposition and size the windows managed by the splitter.
def SizeWindows(self):
"""
Reposition and size the windows managed by the splitter.