phoenix_title wx.lib.multisash.MultiSash

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

super_classes Known Superclasses

wx.Window


method_summary Methods Summary

__init__

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

Clear

GetSaveData

OnMultiSize

SetDefaultChildClass

SetSaveData

UnSelect


api Class API

class MultiSash(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, \*_args, \*\*_kwargs)

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

Clear(self)
GetSaveData(self)
OnMultiSize(self, evt)
SetDefaultChildClass(self, childCls)
SetSaveData(self, data)
UnSelect(self)