uiset - part-cw/lambdanative GitHub Wiki
(uiset id val)
uiset sets a dynamic parameter in the uiform widget. It is a wrapper around (glgui-widget-set! g w id val).
Parameter | Description |
---|---|
id | Parameter name to be set |
val | Value to be set in widget |
Example
Example 1: Set parameter sxzsrc in uiform widget to an empty list
(uiset 'sxzsrc '())