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

Public Member Functions | |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, ICONID iconid, const MISTRING &tooltip, int iconsize=0) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, ICONID iconid, const char *tooltip, int iconsize=0) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MISTRING &label, bool large=false, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, bool large=false, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize) |
| CTRL_PUSHBUTTON () | |
| CButton & | GetCtrl () |
| virtual | ~CTRL_PUSHBUTTON () |
Protected Member Functions | |
| virtual void | OnPressed ()=0 |
Definition at line 652 of file ctrl.h.
|
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||||||||||
|
Create control with icon and ToolTip from resource lookup.
|
|
||||||||||||||||||||
|
Create control with icon and ToolTip from resource lookup.
|
|
||||||||||||||||||||
|
Create control with Unicode label.
|
|
||||||||||||||||||||
|
Create control with label from resource lookup.
|
|
|
Get reference to MFC control (MFC only).
|
|
|
Called when button is pushed.
|
1.3.8-20040913