#include </home/zeitlin/src/wx/github/interface/wx/collpane.h>
This event class is used for the events generated by wxCollapsiblePane.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
Public Member Functions | |
wxCollapsiblePaneEvent (wxObject *generator, int id, bool collapsed) | |
The constructor is not normally used by the user code. | |
bool | GetCollapsed () const |
Returns true if the pane has been collapsed. | |
void | SetCollapsed (bool collapsed) |
Sets this as a collapsed pane event (if collapsed is true) or as an expanded pane event (if collapsed is false). |
wxCollapsiblePaneEvent::wxCollapsiblePaneEvent | ( | wxObject * | generator, |
int | id, | ||
bool | collapsed | ||
) |
The constructor is not normally used by the user code.
bool wxCollapsiblePaneEvent::GetCollapsed | ( | ) | const |
Returns true if the pane has been collapsed.
void wxCollapsiblePaneEvent::SetCollapsed | ( | bool | collapsed | ) |
Sets this as a collapsed pane event (if collapsed is true) or as an expanded pane event (if collapsed is false).