Table Of Contents

Previous topic

splitter

Next topic

MultiSplitterWindow

This Page

phoenix_title MultiSplitterEvent

This event class is almost the same as SplitterEvent except it adds an accessor for the sash index that is being changed. The same event type IDs and event binders are used as with SplitterEvent .


class_hierarchy Inheritance Diagram

Inheritance diagram for class MultiSplitterEvent

Inheritance diagram of MultiSplitterEvent


super_classes Known Superclasses

PyCommandEvent


api Class API



class MultiSplitterEvent(PyCommandEvent)

This event class is almost the same as SplitterEvent except it adds an accessor for the sash index that is being changed. The same event type IDs and event binders are used as with SplitterEvent .


Methods



__init__(self, type=wxEVT_NULL, splitter=None)


Allow(self)


GetSashIdx(self)


GetSashPosition(self)


IsAllowed(self)


SetSashIdx(self, idx)


SetSashPosition(self, pos)


Veto(self)