VxOptionMenu(1vtcl)
VxOptionMenu --
return option list that contains pushbuttons for specified options
Synopsis
VxOptionMenu widgetName label [optionList] defaultCB selection
Description
Returns an option list that contains pushbuttons for the
options specified.
Options
- widgetName
-
Widget hierarchy of option menu.
- label
-
Menu label (for example, filename:).
- optionList
-
Tcl list of options (to be used as labels for the pushbuttons).
- defaultCB
-
Callback to be called when option menu changes.
- selection
-
Option which is initially selected (for example, ``one'').
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.