![]() |
Scol standard library package
0.3
Common and usefull functions for all Scol applications
|
Functions | |
| lib2d_comboSets (combo, lStr) | |
| Fill a combo box from a list of string items. | |
| lib2d_comboGets (combo) | |
| Returns the list of all predefined choices in a combo box. | |
2
| lib2d_comboSets | ( | combo | , |
| lStr | |||
| ) |
Fill a combo box from a list of string items.
2 Prototype: fun [ObjBox [S r1]] ObjBox
| ObjBox | : a combo box already created |
| [S | r1] : a list of item |
| lib2d_comboGets | ( | combo | ) |
Returns the list of all predefined choices in a combo box.
2 Prototype: fun [ObjBox] [S r1]
| ObjBox | : a combo box already created |
1.8.1.2