Window() -> None Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None
wxWindow is the base class for all windows and represents any visible object on screen.
Initialize self. See help(type(self)) for accurate signature. |
|
MultiSplit
(wx.Window)¶Window() -> None Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None
wxWindow is the base class for all windows and represents any visible object on screen.
__init__
(self, multiView, parent, pos, size, view1 = None)¶Initialize self. See help(type(self)) for accurate signature.
AddLeaf
(self, direction, caller, pos)¶CanSize
(self, side, view)¶DefaultChildChanged
(self)¶DestroyLeaf
(self, caller)¶GetSaveData
(self)¶OnSize
(self, evt)¶SetSaveData
(self, data)¶SizeLeaf
(self, leaf, pos, side)¶SizeTarget
(self, side, view)¶UnSelect
(self)¶