Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

spedas/gui/utilities/

spd_ui_combobox.pro


NAME: SPD_UI_COMBOBOX PURPOSE: IDL combobox doesn't actually support null strings('') as entries in the combobox. Entering a null string will generate an error that halts execution. This is a simple wrapper compound widget to fix this problem by making the box appear empty when it is not. CALLING SEQUENCE: Result = SPD_UI_COMBOBOX KEYWORD PARAMETERS: Exactly the same as normal combobox EVENT STRUCTURE: The same as normal combobox, with the exception that the event structure is called 'SPD_UI_COMBOBOX'

Routines

top source spd_ui_combobox

result = spd_ui_combobox(parent, editable=editable, xsize=xsize, ysize=ysize, value=value, uvalue=uvalue, uname=uname)

Parameters

parent

Keywords

editable
xsize
ysize
value
uvalue
uname

File attributes

Modification date: Thu Feb 13 16:41:47 2014
Lines: 17