misc/
ajs_widget_choice.pro
This function displays a widget asking for one or more options to be selected.
Routines
ajs_widget_choice_event, ev
result = ajs_widget_choice(values)
This function displays a widget asking for one or more options to be selected.
Routine details
topajs_widget_choice
Widgets
result = ajs_widget_choice(values)
This function displays a widget asking for one or more options to be selected.
Return value
This function returns the selected items from Values (array of strings).
Parameters
- values in required
Array of strings
Examples
result = AJS_WIDGET_CHOICE(['Hello', 'Boo'])
File attributes
Modifcation date: | Fri Jun 6 08:19:26 2008 |
Lines: | 83 |
Docformat: | idl verbatim |