|
Compounds |
class | CButtonTmpl |
| Push button. More...
|
class | CCheckBoxTmpl |
| Check box. More...
|
class | CDlgTmpl |
| Dialog. More...
|
class | CEditTmpl |
| Edit field with the classic appearence. More...
|
class | CLabelTmpl |
| Label. More...
|
class | CPanelTmpl |
| Panel class. More...
|
class | CPlaneWndTmpl |
| Background plane. More...
|
class | CSliderTmpl |
| Horizontal and vertical slider. More...
|
class | CSqueezePanelTmpl |
| Squeeze panel class. More...
|
class | CStackPanelTmpl |
| Stack panel class. More...
|
class | CTextBoxTmpl |
| Text box with. More...
|
class | CTextTmpl |
| Text. More...
|
class | CWndCtrl |
| Base class for classic sytle. More...
|
Friendly name wrappers |
typedef CLabelTmpl | CLabel |
| Text label.
|
typedef CTextTmpl | CText |
| Text.
|
typedef CButtonTmpl | CButton |
| Push button with the default label.
|
typedef CPlaneWndTmpl | CPlaneWnd |
| Dialog window with a thin border.
|
typedef CSliderTmpl | CSlider |
| Slider.
|
typedef CTextBoxTmpl | CTextBox |
| Text with horizontal and vertical sliders.
|
typedef CEditTmpl | CEdit |
| Edit field.
|
typedef CPanelTmpl | CPanel |
| Simple panel.
|
typedef CStackPanelTmpl | CStackPanel |
| Stack panel.
|
typedef CSqueezePanelTmpl | CSqueezePanel |
| Squeeze panel.
|
typedef CDlgTmpl | CDlg |
| Dialog with CButtons and CLabel.
|
typedef CCheckBoxTmpl | CCheckBox |
| Check box with a simple label.
|