The XVAREDIT procedure is a widget-based editor for any IDL variable. Use the input fields to change desired values of the variable or array. Click "Accept" to write the new values into the variable. Click "Cancel" to exit XVAREDIT without saving changes.
This routine is written in the IDL language. Its source code can be found in the file
xvaredit.pro
in the
lib
subdirectory of the IDL distribution.
The NAME of the variable. This keyword is overwritten with the structure name if the variable is a structure.
The widget ID of the widget that calls XVAREDIT. When this ID is specified, a death of the caller results in a death of XVAREDIT.