.. include:: headings.inc .. currentmodule:: lib.splitter .. highlight:: python .. _lib.splitter.MultiSplitterEvent: ========================================================================================================================================== |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** .. raw:: html

Inheritance diagram of MultiSplitterEvent

| |super_classes| Known Superclasses ================================== :class:`PyCommandEvent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.splitter.MultiSplitterEvent.__init__` :meth:`~lib.splitter.MultiSplitterEvent.Allow` :meth:`~lib.splitter.MultiSplitterEvent.GetSashIdx` :meth:`~lib.splitter.MultiSplitterEvent.GetSashPosition` :meth:`~lib.splitter.MultiSplitterEvent.IsAllowed` :meth:`~lib.splitter.MultiSplitterEvent.SetSashIdx` :meth:`~lib.splitter.MultiSplitterEvent.SetSashPosition` :meth:`~lib.splitter.MultiSplitterEvent.Veto` ================================================================================ ================================================================================ | |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` . .. method:: __init__(self, type=wxEVT_NULL, splitter=None) .. method:: Allow(self) .. method:: GetSashIdx(self) .. method:: GetSashPosition(self) .. method:: IsAllowed(self) .. method:: SetSashIdx(self, idx) .. method:: SetSashPosition(self, pos) .. method:: Veto(self)