#include <mgui/ctrl.h>
Inheritance diagram for MGUI::CTRL_TOGGLEBUTTON_T< _CT >:

Public Member Functions | |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, ICONID iconid, const MISTRING &tooltip, _CT *pContainer, void(_CT::*pfOnPressed)(), STYLE style=STYLE_Check, bool dftvalue=false, int iconsize=0) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, ICONID iconid, const char *tooltip, _CT *pContainer, void(_CT::*pfOnPressed)(), STYLE style=STYLE_Check, bool dftvalue=false, int iconsize=0) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MISTRING &label, _CT *pContainer, void(_CT::*pfOnPressed)(), STYLE style=STYLE_Check, bool dftvalue=false, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, _CT *pContainer, void(_CT::*pfOnPressed)(), STYLE style=STYLE_Check, bool dftvalue=false, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize) |
| CTRL_TOGGLEBUTTON_T () | |
Definition at line 984 of file ctrl.h.
|
|||||||||
|
Constructor.
|
|
||||||||||||||||||||||||||||||||||||||||
|
Create icon with Unicode ToolTip.
|
|
||||||||||||||||||||||||||||||||||||||||
|
Create icon with ToolTip from resource lookup.
|
|
||||||||||||||||||||||||||||||||||||
|
Create with Unicode label.
|
|
||||||||||||||||||||||||||||||||||||
|
Create with label from resource lookup.
|
1.3.8-20040913