Skip to content

glgui widget delete

Chris Petersen edited this page Oct 16, 2014 · 1 revision

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