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