![]() |
Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Functions | |
| lib2d_comboGets (combo) | |
| Returns the list of all predefined choices in a combo box. More... | |
| lib2d_comboSets (combo, lStr) | |
| Fill a combo box from a list of string items. More... | |
Package to load : lib/2dos/combo.pkg
| lib2d_comboSets | ( | combo | , |
| lStr | |||
| ) |
Fill a combo box from a list of string items.
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.
Prototype: fun [ObjBox] [S r1]
| ObjBox | : a combo box already created |
1.8.9.1