glgui widget delete - part-cw/lambdanative GitHub Wiki
(glgui-widget-delete g w)
glgui-widget-delete deletes a widget during application runtime.
Parameter | Description |
---|---|
g | Graphical User Interface (GUI) parent to the widget |
w | The widget to be deleted |
Example
Example 1: This is used in the (glgui-dropdown-box g x y w h lst arrowcolor bgcolor bordercolor) widget, where a box and a list with elements are added when clicked and deleted again once an item is selected as the dropbox value.
(glgui-widget-delete g w)