PRIMER 22.1

Accessing the WidgetItem Objects

Accessing the WidgetItem objects

WidgetItem objects are a property of the Widget.

For, example if the Window is called my_window, the Widget the WidgetItem is on is called cbxExample and the widget item is called wi1, it can be accessed and modified with.

var wi = gui.my_window.cbxExample.wi1;