Classes | |
class | wxToolBarToolBase |
A toolbar tool represents one item on the toolbar. More... | |
class | wxToolBar |
A toolbar is a bar of buttons and/or other controls usually placed below the menu bar in a wxFrame. More... | |
Enumerations | |
enum | wxToolBarToolStyle { wxTOOL_STYLE_BUTTON = 1 , wxTOOL_STYLE_SEPARATOR = 2 , wxTOOL_STYLE_CONTROL } |
enum | { wxTB_HORIZONTAL = wxHORIZONTAL , wxTB_TOP = wxTB_HORIZONTAL , wxTB_VERTICAL = wxVERTICAL , wxTB_LEFT = wxTB_VERTICAL , wxTB_FLAT , wxTB_DOCKABLE , wxTB_NOICONS , wxTB_TEXT , wxTB_NODIVIDER , wxTB_NOALIGN , wxTB_HORZ_LAYOUT , wxTB_HORZ_TEXT = wxTB_HORZ_LAYOUT | wxTB_TEXT , wxTB_NO_TOOLTIPS , wxTB_BOTTOM , wxTB_RIGHT , wxTB_DEFAULT_STYLE = wxTB_HORIZONTAL } |
wxToolBar style flags More... | |
anonymous enum |
wxToolBar style flags
enum wxToolBarToolStyle |