WMENU2 Name
WMENU2 Purpose
Like wmenu but allows non-mouse menus. Uses widgets if available.
Category
Calling Sequence
i = wmenu2(list) Inputs
list = menu in a string array. in
Keyword Parameters
Keywords
TITLE=t item number to use as title (def = no title).
INITIAL_SELECTION=s initial item selected (=default).
/NOMOUSE forces no mouse mode.
/NOWIDGETS forces no widget mode.
Outputs
i = selected menu item number. out
Common Blocks
Notes
Modification History
R. Sterner, 22 May 1990
R. Sterner, 2010 Jun 07 --- Converted arrays from () to [].
Copyright (C) 1990, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.