[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


SELECT_W Source code in select_w.pro

SELECT_W

Name
       SELECT_W
Purpose
       Create a non-exclusive widget menu of items
Explanation
       More than one item may be selected or 'de-selected'.
       Normally called by SCREEN_SELECT
Calling Sequence
       SELECT_W, items ,iselected, [ comments, command_line, only_one ]
Input Parameters
       items - string array giving list of items that can be
               selected.
Optional Input Parameters
       comments - comments which can be requested for each item in
               array selections.    NOT YET IMPLEMENTED
       command_line - optional command line to be placed at the bottom
               of the screen.  It is usually used to specify what the
               user is selecting.
       only_one - integer flag. If set to 1 then the user can only select
               one item.  The routine returns immediately after the first
               selection is made.
Keyword Parameters
       SELECTIN - vector of items to be pre-selected upon input (not used for
               only_one option)
Output Parameters
       iselected - list of indices in selections giving the selected
               items.
Optional Keyword Output
       COUNT  - Integer scalar giving the number of items selected
Common Blocks
       SELECT_W - Used to communicate with the SELECT_W_EVENT procedure
Revision History
       Written, K. Venkatakrishna & W. Landsman, Hughes/STX    January, 1992
       Widgets made MODAL.  M. Greason, Hughes STX, 15 July 1992.
       Changed handling of MODAL keyword for V5.0   W.Thompson  September 1997
       Converted to IDL V5.0   W. Landsman   September 1997
       Added selectin keyword  D. Lindler 01/12/99

Last modified by pro2html on 2003 July 11 at 03:58 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically