phoenix_title wx.lib.multisash.MultiClient

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 MultiClient:

super_classes Known Superclasses

wx.Window


method_summary Methods Summary

__init__

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

CalcSize

OnChildFocus

OnSetFocus

OnSize

Select

SetNewChildCls

UnSelect


api Class API

class MultiClient(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, parent, childCls)

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



CalcSize(self, parent)


OnChildFocus(self, evt)


OnSetFocus(self, evt)


OnSize(self, evt)


Select(self)


SetNewChildCls(self, childCls)


UnSelect(self)