wx.lib.multisash.MultiViewLeaf¶Window() Window(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr)
wxWindow is the base class for all windows and represents any visible object on screen.
Class API¶MultiViewLeaf(wx.Window)¶Window() Window(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr)
wxWindow is the base class for all windows and represents any visible object on screen.
__init__(self, multiView, parent, pos, size)¶Initialize self. See help(type(self)) for accurate signature.
AddLeaf(self, direction, pos)¶CanSize(self, side)¶DefaultChildChanged(self)¶DestroyLeaf(self)¶GetSaveData(self)¶OnSize(self, evt)¶SetSaveData(self, data)¶SizeTarget(self, side)¶UnSelect(self)¶