 wx.CollapsiblePaneEvent¶
 wx.CollapsiblePaneEvent¶This event class is used for the events generated by wx.CollapsiblePane.
 Events Emitted by this Class¶
 Events Emitted by this Class¶Handlers bound for the following event types will receive a wx.CollapsiblePaneEvent parameter.
EVT_COLLAPSIBLEPANE_CHANGED: The user expanded or collapsed the collapsible pane.
See also
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class CollapsiblePaneEvent:
Inheritance diagram for class CollapsiblePaneEvent:
 Methods Summary¶
 Methods Summary¶| The constructor is not normally used by the user code. | |
| Returns  | |
| Sets this as a collapsed pane event (if collapsed  is  | 
 Properties Summary¶
 Properties Summary¶| See  | 
 Class API¶
 Class API¶Possible constructors:
CollapsiblePaneEvent(generator, id, collapsed) -> None
This event class is used for the events generated by CollapsiblePane.
The constructor is not normally used by the user code.
generator (wx.Object)
id (int)
collapsed (bool)
None
Returns True if the pane has been collapsed.
bool
Sets this as a collapsed pane event (if collapsed  is True) or as an expanded pane event (if collapsed  is False).
collapsed (bool)
None
See GetCollapsed and SetCollapsed