phoenix_title wx.lib.multisash.MultiViewLeaf

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.


class_hierarchy Class Hierarchy

Inheritance diagram for class MultiViewLeaf:

super_classes Known Superclasses

wx.Window


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

AddLeaf

CanSize

DefaultChildChanged

DestroyLeaf

GetSaveData

OnSize

SetSaveData

SizeTarget

UnSelect


api Class API

class MultiViewLeaf(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.


Methods

__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)