spedas/gui/utilities/
spd_ui_get_combobox_select.pro
Routines
top source spd_ui_get_combobox_select
result = spd_ui_get_combobox_select(base, uname)
Purpose: Return the index of specified combobox widget's current selection. Arguments: BASE: Widget ID of base existing above the combobox in the widget heirarchy UNAME: Uname of the combobox widget Return Value: Index of the specified combobox widget's current selection. Usage: idx = spd_ui_get_combobox_select(top_base, 'my_combobox') Notes:
Parameters
- base
- uname
File attributes
Modification date: | Thu Feb 13 16:41:46 2014 |
Lines: | 7 |