phoenix_title wx.lib.multisash.MultiSplit

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_hierarchy Class Hierarchy

Inheritance diagram for class MultiSplit:

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

SizeLeaf

SizeTarget

UnSelect


api Class API

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


Methods

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