Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe property is called "options". For example:
dashboard_set_property $dash myBox options { "option 1" "option 2" "option 3" } More generally, you can get the list of properties for the undocumented widgets withdashboard_get_properties widget_typeand guess from the property names.