SYNOPSISselectiondialog pathName ?options?INHERITANCEitk::Toplevel <- Shell <- Dialogshell <- Dialog <- SelectiondialogSTANDARD OPTIONS
See the "options" manual entry for details on the standard options. ASSOCIATED OPTIONS
See the "entryfield" widget manual entry for details on the above associated options.
See the "labeledwidget" widget manual entry for details on the above associated options.
See the "scrollbar" widget class manual entry for details on the above associated options.
See the "scrolledlistbox" widget class manual entry for details on the above associated options. childsitepos itemsCommand itemsLabel itemsOn selectionCommand selectionLabel selectionOn See the "selectionbox" widget manual entry for details on the above associated options. INHERITED OPTIONS
See the "dialogshell" widget manual entry for details on the above inherited options.
See the "shell" widget manual entry for details on the above inherited options.
See the "Toplevel" widget manual entry for details on the above inherited options. DESCRIPTIONThe selectiondialog command creates a selection box similar to the OSF/Motif standard selection dialog composite widget. The selectiondialog is derived from the Dialog class and is composed of a selectionbox with commands to manipulate the dialog buttons. METHODSThe selectiondialog command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the widget. It has the following general form: pathName option ?arg arg ...?Option and the args determine the exact behavior of the command. The following commands are possible for selectiondialog widgets: ASSOCIATED METHODS
See the "selectionbox" widget manual entry for details on the above associated methods.
See the "listbox" widget manual entry for details on the above associated methods. INHERITED METHODS
See the "buttonbox" widget manual entry for details on the above inherited methods.
See the "shell" widget manual entry for details on the above inherited methods. WIDGET-SPECIFIC METHODS
COMPONENTS
Name: selectionbox Class: Selectionbox
EXAMPLEselectiondialog .sd .sd activate AUTHORMark L. UlfertsKEYWORDSselectiondialog, selectionbox, dialog, dialogshell, shell, widget |