|
| | getEdCtrlLabelValue (ctrlstr) |
| | Get a label control value.
|
| |
| | setEdCtrlLabelValue (ctrlstr, val) |
| | Set a label control text value.
|
| |
| | setEdCtrlLabelEnable (ctrlstr, state) |
| | Enable or disable a label control.
|
| |
| | crEdCtrlLabel (winstr, x, y, w, h, value, resize) |
| | Create a label control.
|
| |
| | crEdCtrlLabelEx (winstr, x, y, w, h, value, flags, resize) |
| | Create a label control.
|
| |
| | dsEdCtrlLabel (ctrlstr) |
| | Destroy a label control.
|
| |
| | getEdCtrlColorLabelValue (ctrlstr) |
| | Get a color label control value.
|
| |
| | setEdCtrlColorLabelValue (ctrlstr, val) |
| | Set a color label control text value.
|
| |
| | setEdCtrlColorLabelEnable (ctrlstr, state) |
| | Enable or disable a color label control.
|
| |
| | crEdCtrlColorLabel (winstr, x, y, w, h, value, resize, bgcolor, themestr) |
| | Create a color label control.
|
| |
| | dsEdCtrlColorLabel (ctrlstr) |
| | Destroy a color label control.
|
| |