|
| | fillEdCtrlSelect (ctrlstr, lparam) |
| | Fill a select box control.
|
| |
| | addEdCtrlSelect (ctrlstr, param) |
| | Add an element to a select box control.
|
| |
| | resetEdCtrlSelect (ctrlstr) |
| | Reset/Clear a select box control.
|
| |
| | selectEdCtrlSelect (ctrlstr, name) |
| | Select an element in a select box control.
|
| |
| | selectEdCtrlSelectByPos (ctrlstr, pos) |
| | Select an element in a select box control by position.
|
| |
| | getSelectedEdCtrlSelect (ctrlstr) |
| | Get the selected element of a select box control.
|
| |
| | getSelectedEdCtrlSelectPos (ctrlstr) |
| | Get the selected element position of a select box control.
|
| |
| | setEdCtrlSelectEnable (ctrlstr, state) |
| | Enable or disable a select box control.
|
| |
| | setEdCtrlSelectCb (ctrlstr, cbfun) |
| | Set the callback on select box control selected.
|
| |
| | crEdCtrlSelect (winstr, x, y, w, h, resize) |
| | Create a select box control.
|
| |
| | dsEdCtrlSelect (ctrlstr) |
| | Destroy a select box control.
|
| |