uiget - part-cw/lambdanative GitHub Wiki
(uiget id . optdef)
uiget extracts a dynamic parameter from the uiform widget. It is a wrapper around (glgui-widget-get-dyn g w id).
| Parameter | Description |
|---|---|
| id | The Graphical User Interface (GUI) this widget belongs to |
| optdef | Optional: Default value if not set in widget |
Example
Example 1: Get parameter sxzsrc from widget
(uiget 'sxzsrc #f)