|
| | getEdCtrlTextValue (ctrlstr) |
| | Get a text control value.
|
| |
| | getEdCtrlTextLineCount (ctrlstr) |
| | Get the number of lines in a text control.
|
| |
| | scrollEdCtrlText (ctrlstr, col, line) |
| | Scroll a text control to the specified column and line position.
|
| |
| | removeEdCtrlTextLine (ctrlstr, line) |
| | Remove the line in a text control.
|
| |
| | setEdCtrlTextValue (ctrlstr, val) |
| | Set a text control value.
|
| |
| | addEdCtrlTextValue (ctrlstr, val) |
| | Add a line to a text control.
|
| |
| | setEdCtrlTextEnable (ctrlstr, state) |
| | Enable or disable a text control.
|
| |
| | setEdCtrlTextCbChange (ctrlstr, cbfun) |
| | Set the callback on text control change.
|
| |
| | crEdCtrlText (winstr, x, y, w, h, value, flags, resize) |
| | Create a text control.
|
| |
| | dsEdCtrlText (ctrlstr) |
| | Destroy a text control.
|
| |