Skip to content
Matthias Görges edited this page Mar 13, 2015 · 1 revision

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 '())
Clone this wiki locally