![]() |
wxAccordion
|
The include file for the wxAccordion class. More...
#include <wx/bookctrl.h>
#include <wx/graphics.h>
Classes | |
class | wxAccordionStyle |
class | wxAccordion |
Enumerations | |
enum | { wxAC_DEFAULT_STYLE = 0, wxAC_BUTTON_LEFT = 1 << 0, wxAC_SINGLE_FOLD = 1 << 1, wxAC_COLLAPSE_TO_BOTTOM = 1 << 2, wxAC_FLOAT_TO_TOP = 1 << 3 } |
enum | wxAccordionToggleStyle { wxAC_TOGGLE_ONLY_ON_BUTTON_CLICKS, wxAC_TOGGLE_ON_ANY_CLICK } |
The behavior of the accordion in response to mouse clicks on the caption bar. More... | |
enum | wxAccordionBorderStyle { wxAC_BORDERS_FULL, wxAC_BORDERS_NO_BOTTOM_WHEN_EXPANDED } |
The border style options for the accordion's caption bars. More... | |
enum | wxAccordionHighlighting { wxAC_HIGHLIGHTING_NONE, wxAC_HIGHLIGHTING_MOUSEOVER } |
The behavior of the accordion when the mouse is over a caption bar. More... | |
enum | wxAccordionDisabledState { wxAC_DISABLED_STATE_DEFAULT, wxAC_DISABLED_STATE_CUSTOM } |
The style options of a caption bar in the disabled state. More... | |
Functions | |
wxDECLARE_EXPORTED_EVENT (WXDLLIMPEXP_ACCORDION, wxEVT_ACCORDION_COLLAPSED, wxBookCtrlEvent) | |
wxDECLARE_EXPORTED_EVENT (WXDLLIMPEXP_ACCORDION, wxEVT_ACCORDION_COLLAPSING, wxBookCtrlEvent) | |
wxDECLARE_EXPORTED_EVENT (WXDLLIMPEXP_ACCORDION, wxEVT_ACCORDION_EXPANDED, wxBookCtrlEvent) | |
wxDECLARE_EXPORTED_EVENT (WXDLLIMPEXP_ACCORDION, wxEVT_ACCORDION_EXPANDING, wxBookCtrlEvent) | |
The include file for the wxAccordion class.
The behavior of the accordion in response to mouse clicks on the caption bar.
These values are only used if an expand or collapse button is shown. If no button is visible, the accordion will always toggle for any click on a caption bar.