wx.CollapsiblePaneEvent

Inheritance diagram for wx.CollapsiblePaneEvent:



Description

This event class is used for the events generated by wx.CollapsiblePane.

Event Handling

Event Name Description
wx.EVT_COLLAPSIBLEPANE_CHANGED(id, func) The user showed or hidden the collapsible pane.

Properties Summary

Class API

Methods

__init__(generator, id, collapsed)

The constructor is normally not used by the user code.

Parameters:

  • generator (wx.Object)
  • id (int)
  • collapsed (bool)

Returns:

wx.CollapsiblePaneEvent


GetCollapsed()

Returns True if the pane has been collapsed.


Returns:

bool


SetCollapsed(collapsed)

Sets this as a collapsed pane event (if collapsed is True) or as an expanded pane event (if collapsed is False).

Parameters:

  • collapsed (bool)

Properties

Collapsed
See GetCollapsed and SetCollapsed