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

Public Member Functions | |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MISTRING &string, MGUI::LAYOUT_ORIENTATION orientation=MGUI::LAYOUT_ORIENTATION_Vertical, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, int ChildSpacing=4, int ExtraBorder=0) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *string, MGUI::LAYOUT_ORIENTATION orientation=MGUI::LAYOUT_ORIENTATION_Vertical, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, int ChildSpacing=4, int ExtraBorder=0) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, MGUI::LAYOUT_ORIENTATION orientation=MGUI::LAYOUT_ORIENTATION_Vertical, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, int ChildSpacing=4, int ExtraBorder=0) |
| CTRL_GROUPBOX () | |
| CButton & | GetCtrl () |
| MGUI::LAYOUT_PANE_BASE & | GetPane () |
| operator MGUI::LAYOUT_PANE_BASE & () | |
| void | SetLabelText (const MISTRING &label) |
| virtual | ~CTRL_GROUPBOX () |
Definition at line 533 of file ctrl.h.
|
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||||||||||||||||||
|
Create control with Unicode label.
|
|
||||||||||||||||||||||||||||
|
Create control with label from resource lookup.
|
|
||||||||||||||||||||||||
|
Create control with no label.
|
|
|
Get reference to MFC control (MFC only).
|
|
|
Get layout pane to invoke options on it.
|
|
|
Cast to MGUI::LAYOUT_PANE_BASE& for use as parent to other controls.
|
|
|
|
1.3.8-20040913