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

Public Types | |
| enum | CTRLSTYLE { CTRLSTYLE_Solid, CTRLSTYLE_Dashed, CTRLSTYLE_ShadowEtchedIn, CTRLSTYLE_ShadowEtchedOut } |
| enum | ORIENTATION { ORIENTATION_Automatic, ORIENTATION_Horizontal, ORIENTATION_Vertical } |
Public Member Functions | |
| void | Create (LAYOUT_PANE_BASE &ParentPane, const MISTRING &label, CTRLSTYLE type=CTRLSTYLE_ShadowEtchedIn, UINT8 thickness=1) |
| void | Create (LAYOUT_PANE_BASE &ParentPane, CTRLSTYLE type=CTRLSTYLE_ShadowEtchedIn, UINT8 thickness=1, int length=0, ORIENTATION orientation=ORIENTATION_Automatic) |
| CTRL_SEPARATOR () | |
| ~CTRL_SEPARATOR () | |
Definition at line 2975 of file ctrl.h.
|
|
|
|
|
|
|
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||||||||||
|
Create separator control with text.
|
|
||||||||||||||||||||||||
|
Create separator control.
|
1.3.8-20040913