.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.CollapsiblePaneEvent: ========================================================================================================================================== |phoenix_title| **wx.CollapsiblePaneEvent** ========================================================================================================================================== This event class is used for the events generated by :ref:`wx.CollapsiblePane`. ^^ .. _CollapsiblePaneEvent-events: |events| Events Emitted by this Class ===================================== Handlers bound for the following event types will receive a :ref:`wx.CollapsiblePaneEvent` parameter. - EVT_COLLAPSIBLEPANE_CHANGED: The user expanded or collapsed the collapsible pane. ^^ .. seealso:: :ref:`wx.CollapsiblePane` | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class CollapsiblePaneEvent:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.CollapsiblePaneEvent.__init__` The constructor is not normally used by the user code. :meth:`~wx.CollapsiblePaneEvent.GetCollapsed` Returns ``True`` if the pane has been collapsed. :meth:`~wx.CollapsiblePaneEvent.SetCollapsed` Sets this as a collapsed pane event (if `collapsed` is ``True``) or as an expanded pane event (if `collapsed` is ``False``). ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.CollapsiblePaneEvent.Collapsed` See :meth:`~wx.CollapsiblePaneEvent.GetCollapsed` and :meth:`~wx.CollapsiblePaneEvent.SetCollapsed` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.CollapsiblePaneEvent(CommandEvent) **Possible constructors**:: CollapsiblePaneEvent(generator, id, collapsed) This event class is used for the events generated by CollapsiblePane. .. method:: __init__(self, generator, id, collapsed) The constructor is not normally used by the user code. :param `generator`: :type `generator`: wx.Object :param `id`: :type `id`: int :param `collapsed`: :type `collapsed`: bool .. method:: GetCollapsed(self) Returns ``True`` if the pane has been collapsed. :rtype: `bool` .. method:: SetCollapsed(self, collapsed) Sets this as a collapsed pane event (if `collapsed` is ``True``) or as an expanded pane event (if `collapsed` is ``False``). :param `collapsed`: :type `collapsed`: bool .. attribute:: Collapsed See :meth:`~wx.CollapsiblePaneEvent.GetCollapsed` and :meth:`~wx.CollapsiblePaneEvent.SetCollapsed`