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

Public Types | |
| enum | STYLE { STYLE_LeftNoWrap, STYLE_Left, STYLE_Center, STYLE_Right } |
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, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, STYLE style=STYLE_LeftNoWrap) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, STYLE style=STYLE_LeftNoWrap) |
| CTRL_LABEL () | |
| CStatic & | GetCtrl () |
| void | SetLabel (const MISTRING &string) |
| void | SetLabel (const char *string) |
| ~CTRL_LABEL () | |
Definition at line 415 of file ctrl.h.
|
|
|
|
|
Constructor.
|
|
|
|
|
||||||||||||||||||||
|
Create control with ICONID with MISTRING or TEXTID tooltip.
|
|
||||||||||||||||||||
|
Create control with ICONID.
|
|
||||||||||||||||||||
|
Create control with MISTRING or TEXTID label.
|
|
||||||||||||||||||||
|
Create control with label from resource lookup.
|
|
|
Get reference to MFC control (MFC only).
|
|
|
Set new label from Unicode string.
|
|
|
Set new label from resource lookup.
|
1.3.8-20040913