Scol standard library package  0.3
Common and usefull functions for all Scol applications
 All Data Structures Files Functions Variables Groups Pages
Functions
ComboBox API
The OS 2D supplemental API

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.

Detailed Description

2

Function Documentation

lib2d_comboSets ( combo  ,
lStr   
)

Fill a combo box from a list of string items.

2 Prototype: fun [ObjBox [S r1]] ObjBox

Parameters
ObjBox: a combo box already created
[Sr1] : a list of item
Returns
ObjBox : the filled combo box or nil if error
lib2d_comboGets ( combo  )

Returns the list of all predefined choices in a combo box.

2 Prototype: fun [ObjBox] [S r1]

Parameters
ObjBox: a combo box already created
Returns
[S r1] : the list or nil if error