|
| | getEdCtrlTextLineValue (ctrlstr) |
| | Get a text line control value.
|
| |
| | setEdCtrlTextLineValue (ctrlstr, val) |
| | Set a text line control value.
|
| |
| | setEdCtrlTextLineEnable (ctrlstr, state) |
| | Enable or disable a text line control.
|
| |
| | setEdCtrlTextLineCbChange (ctrlstr, cbfun) |
| | Set the callback on text line control change.
|
| |
| | setEdCtrlTextLineCbValidate (ctrlstr, cbfun) |
| | Set the callback on text line control validate.
|
| |
| | crEdCtrlTextLine (winstr, x, y, w, h, value, flags, resize) |
| | Create a text line control.
|
| |
| | setEdctrlTextLineFocus (ctrlstr) |
| | Set keyboard focus on a text line control.
|
| |
| | dsEdCtrlTextLine (ctrlstr) |
| | Destroy a text line control.
|
| |