Functions | |
| getEdCtrlListNbElems (ctrlstr) | |
| Get the number of elements of a list control. | |
| getEdCtrlListElemByName (ctrlstr, name) | |
| Get an element of a list control by name. | |
| fillEdCtrlList (ctrlstr, lparam) | |
| Fill a list control with a list of elements. | |
| addEdCtrlList (ctrlstr, name, lval, type) | |
| Add an element to a list control. | |
| getEdCtrlListElems (ctrlstr) | |
| Get the elements of a list control. | |
| getEdCtrlListElem (ctrlstr, elt) | |
| Get parameters and type from an element name of a list control. | |
| refreshEdCtrlList (ctrlstr) | |
| Refresh a list control. | |
| delEdCtrlList (ctrlstr, elt) | |
| Remove an element from a list control. | |
| resetEdCtrlList (ctrlstr) | |
| Reset a list control. | |
| selectEdCtrlList (ctrlstr, name) | |
| Select an element from a list control. | |
| selectEdCtrlListByPos (ctrlstr, pos) | |
| Select an element from a list control using it's position. | |
| selectEdCtrlListByParams (ctrlstr, params) | |
| Select an element from a list control using it's parameters. | |
| getSelectedEdCtrlList (ctrlstr) | |
| Get the current selected element from a list control. | |
| setEdCtrlListEnable (ctrlstr, state) | |
| Enable or disable a list control. | |
| setEdCtrlListCbDbClick (ctrlstr, cbfun) | |
| Set the callback on list control double click. | |
| setEdCtrlListCbClick (ctrlstr, cbfun) | |
| Set the callback on list control click. | |
| setEdCtrlListCbKeyDown (ctrlstr, cbfun) | |
| Set the callback on list control key down. | |
| setEdCtrlListCbKeyUp (ctrlstr, cbfun) | |
| Set the callback on list control key up. | |
| crEdCtrlList (winstr, x, y, w, h, flags, resize) | |
| Create a list control. | |
| dsEdCtrlList (ctrlstr) | |
| Destroy a list control. | |
List control
| getEdCtrlListNbElems | ( | ctrlstr | ) |
| getEdCtrlListElemByName | ( | ctrlstr | , | |
| name | ||||
| ) |
| fillEdCtrlList | ( | ctrlstr | , | |
| lparam | ||||
| ) |
| addEdCtrlList | ( | ctrlstr | , | |
| name | , | |||
| lval | , | |||
| type | ||||
| ) |
| getEdCtrlListElems | ( | ctrlstr | ) |
| getEdCtrlListElem | ( | ctrlstr | , | |
| elt | ||||
| ) |
| refreshEdCtrlList | ( | ctrlstr | ) |
| delEdCtrlList | ( | ctrlstr | , | |
| elt | ||||
| ) |
| resetEdCtrlList | ( | ctrlstr | ) |
| selectEdCtrlList | ( | ctrlstr | , | |
| name | ||||
| ) |
| selectEdCtrlListByPos | ( | ctrlstr | , | |
| pos | ||||
| ) |
| selectEdCtrlListByParams | ( | ctrlstr | , | |
| params | ||||
| ) |
| getSelectedEdCtrlList | ( | ctrlstr | ) |
| setEdCtrlListEnable | ( | ctrlstr | , | |
| state | ||||
| ) |
| setEdCtrlListCbDbClick | ( | ctrlstr | , | |
| cbfun | ||||
| ) |
Set the callback on list control double click.
Prototype: fun [EdControl fun [EdControl I S [S r1] I] I] I
| EdControl | : radio box control structure | |
| fun | [EdControl I S [S r1] I] I : callback
|
| setEdCtrlListCbClick | ( | ctrlstr | , | |
| cbfun | ||||
| ) |
Set the callback on list control click.
Prototype: fun [EdControl fun [EdControl I S [S r1] I] I] I
| EdControl | : radio box control structure | |
| fun | [EdControl I S [S r1] I] I : callback
|
| setEdCtrlListCbKeyDown | ( | ctrlstr | , | |
| cbfun | ||||
| ) |
Set the callback on list control key down.
Prototype: fun [EdControl fun [EdControl I S [S r1] I I I] I] I
| EdControl | : radio box control structure | |
| fun | [EdControl I S [S r1] I I I] I : callback
|
| setEdCtrlListCbKeyUp | ( | ctrlstr | , | |
| cbfun | ||||
| ) |
Set the callback on list control key up.
Prototype: fun [EdControl fun [EdControl I S [S r1] I I] I] I
| EdControl | : radio box control structure | |
| fun | [EdControl I S [S r1] I I] I : callback
|
| crEdCtrlList | ( | winstr | , | |
| x | , | |||
| y | , | |||
| w | , | |||
| h | , | |||
| flags | , | |||
| resize | ||||
| ) |
1.6.3