wxCollapsiblePaneEventThis event class is used for the events generated by wxCollapsiblePane. Derived from
wxCommandEvent Include files <wx/collpane.h> Event handling To process input from a wxCollapsiblePane, use one of these event handler macros to direct input to member function that take a wxCollapsiblePaneEvent argument:
Members
wxCollapsiblePaneEvent::wxCollapsiblePaneEvent
wxCollapsiblePaneEvent::wxCollapsiblePaneEventwxCollapsiblePaneEvent(wxObject * generator, int id, bool collapsed) The constructor is not normally used by the user code.
wxCollapsiblePaneEvent::GetCollapsedbool GetCollapsed() const Returns true if the pane has been collapsed.
wxCollapsiblePaneEvent::SetCollapsedvoid SetCollapsed(bool collapsed) Sets this as a collapsed pane event (if collapsed is true) or as an expanded pane event (if collapsed is false).
|