home *** CD-ROM | disk | FTP | other *** search
- .!N CONTENTS
- .HB "&man.VTCL;"
- .VL
- .!L VtAddInput.VTCL
- .LI "\*(C<VtAddInput\*(C>"
- add a callback on file activity (read, write, error)
- .!L VtAddTabGroup.VTCL
- .LI "\*(C<VtAddTabGroup\*(C>"
- append widget to parent object's list of tab groups
- .!L VtAddTimeOut.VTCL
- .LI "\*(C<VtAddTimeOut\*(C>"
- add a timeout callback
- .!L VtAddWorkProc.VTCL
- .LI "\*(C<VtAddWorkProc\*(C>"
- add a working procedure
- .!L VtBeep.VTCL
- .LI "\*(C<VtBeep\*(C>"
- ring the terminal bell
- .!L VtCheckBox.VTCL
- .LI "\*(C<VtCheckBox\*(C>"
- create a checkbox widget and return widget name
- .!L VtClose.VTCL
- .LI "\*(C<VtClose\*(C>"
- close connection to &VTcl; server and destroy current widgets
- .!L VtComboBox.VTCL
- .LI "\*(C<VtComboBox\*(C>"
- create a ComboBox widget and return widget name
- .!L VtControl.VTCL
- .LI "\*(C<VtControl\*(C>"
- bring server into and out of curses raw/cooked mode
- .!L VtDestroy.VTCL
- .LI "\*(C<VtDestroy\*(C>"
- destroy a widget and its descendants
- .!L VtDestroyDialog.VTCL
- .LI "\*(C<VtDestroyDialog\*(C>"
- destroys the specified dialog and its descendents
- .!L VtDisplayHelp.VTCL
- .LI "\*(C<VtDisplayHelp\*(C>"
- display a hard-coded topic name for a widget
- .!L VtDrawnList.VTCL
- .LI "\*(C<VtDrawnList\*(C>"
- create a DrawnList object and return the widget name
- .!L VtDrawnListAddItem.VTCL
- .LI "\*(C<VtDrawnListAddItem\*(C>"
- add an item to a drawn list
- .!L VtDrawnListDeleteItem.VTCL
- .LI "\*(C<VtDrawnListDeleteItem\*(C>"
- delete an item from a drawn list
- .!L VtDrawnListDeselectItem.VTCL
- .LI "\*(C<VtDrawnListDeselectItem\*(C>"
- deselect an item from a drawn list
- .!L VtDrawnListGetItem.VTCL
- .LI "\*(C<VtDrawnListGetItem\*(C>"
- get record(s) from a drawn list
- .!L VtDrawnListGetSelectedItem.VTCL
- .LI "\*(C<VtDrawnListGetSelectedItem\*(C>"
- return the position of selected items from drawn list
- .!L VtDrawnListSelectItem.VTCL
- .LI "\*(C<VtDrawnListSelectItem\*(C>"
- select items in a drawn list
- .!L VtDrawnListSetItem.VTCL
- .LI "\*(C<VtDrawnListSetItem\*(C>"
- replace contents of item in drawn list
- .!L VtDrawnListSetItemValues.VTCL
- .LI "\*(C<VtDrawnListSetItemValues\*(C>"
- sets values of item in drawn list given specified options
- .!L VtErrorDialog.VTCL
- .LI "\*(C<VtErrorDialog\*(C>"
- create error message dialog, return widget name
- .!L VtFileSelectionDialog.VTCL
- .LI "\*(C<VtFileSelectionDialog\*(C>"
- create file selection dialog for current directory
- .!L VtForm.VTCL
- .LI "\*(C<VtForm\*(C>"
- create a form, return widget name
- .!L VtFormDialog.VTCL
- .LI "\*(C<VtFormDialog\*(C>"
- create form dialog using form class options
- .!L VtFrame.VTCL
- .LI "\*(C<VtFrame\*(C>"
- create frame around single child, return widget name
- .!L VtGetValues.VTCL
- .LI "\*(C<VtGetValues\*(C>"
- return value of specified option for given widget
- .!L VtHide.VTCL
- .LI "\*(C<VtHide\*(C>"
- hide but do not destroy object
- .!L VtHide.VTCL
- .LI "\*(C<VtHideDialog\*(C>"
- hide but do not destroy dialog box
- .!L VtInfo.VTCL
- .LI "\*(C<VtInfo\*(C>"
- return information about &VTcl;
- .!L VtInformationDialog.VTCL
- .LI "\*(C<VtInformationDialog\*(C>"
- create message dialog containing information icon, return widget name
- .!L VtLabel.VTCL
- .LI "\*(C<VtLabel\*(C>"
- create label, return widget name
- .!L VtList.VTCL
- .LI "\*(C<VtList\*(C>"
- create list widget with or without scrollbar, return widget name
- .!L VtListAddItem.VTCL
- .LI "\*(C<VtListAddItem\*(C>"
- add item(s) to list
- .!L VtListDeleteItem.VTCL
- .LI "\*(C<VtListDeleteItem\*(C>"
- delete item(s) from list
- .!L VtListDeselectItem.VTCL
- .LI "\*(C<VtListDeselectItem\*(C>"
- deselect item(s) from list
- .!L VtListGetItem.VTCL
- .LI "\*(C<VtListGetItem\*(C>"
- return item(s) from list
- .!L VtListGetSelectedItem.VTCL
- .LI "\*(C<VtListGetSelectedItem\*(C>"
- return positions of selected items in a list
- .!L VtListSelectItem.VTCL
- .LI "\*(C<VtListSelectItem\*(C>"
- select item(s) in list
- .!L VtListSetItem.VTCL
- .LI "\*(C<VtListSetItem\*(C>"
- set a list item to a specified value
- .!L VtLock.VTCL
- .LI "\*(C<VtLock\*(C>"
- set cursor to watch cursor, lock out user input
- .!L VtMainLoop.VTCL
- .LI "\*(C<VtMainLoop\*(C>"
- start interaction between script and GUI rendering engine
- .!L VtMenuBar.VTCL
- .LI "\*(C<VtMenuBar\*(C>"
- create menu bar, return widget name
- .!L VtMessageDialog.VTCL
- .LI "\*(C<VtMessageDialog\*(C>"
- create message dialog, return widget name
- .!L VtOpen.VTCL
- .LI "\*(C<VtOpen\*(C>"
- establish connection to &VTcl; server
- .!L VtOptionMenu.VTCL
- .LI "\*(C<VtOptionMenu\*(C>"
- create an OptionMenu widget, return widget name
- .!L VtPullDown.VTCL
- .LI "\*(C<VtPullDown\*(C>"
- create pulldown menu, return widget name
- .!L VtPushButton.VTCL
- .LI "\*(C<VtPushButton\*(C>"
- create pushbutton, return widget name
- .!L VtQuestionDialog.VTCL
- .LI "\*(C<VtQuestionDialog\*(C>"
- create message dialog containing question icon, return widget name
- .!L VtQuitServer.VTCL
- .LI "\*(C<VtQuitServer\*(C>"
- kill all &VTcl; applications connected to server, then kill server
- .!L VtRadioBox.VTCL
- .LI "\*(C<VtRadioBox\*(C>"
- create radio box, return widget name
- .!L VtRaiseDialog.VTCL
- .LI "\*(C<VtRaiseDialog\*(C>"
- raise specified dialog above all others
- .!L VtRemoveAllTabGroups.VTCL
- .LI "\*(C<VtRemoveAllTabGroups\*(C>"
- remove all widgets from parent shell's tab group list
- .!L VtRemoveInput.VTCL
- .LI "\*(C<VtRemoveInput\*(C>"
- remove add input command for fileID
- .!L VtRemoveTabGroup.VTCL
- .LI "\*(C<VtRemoveTabGroup\*(C>"
- remove widget from its parent shell's tab group list
- .!L VtRemoveTimeOut.VTCL
- .LI "\*(C<VtRemoveTimeOut\*(C>"
- remove timeout callback
- .!L VtRemoveWorkProc.VTCL
- .LI "\*(C<VtRemoveWorkProc\*(C>"
- remove working procedure
- .!L VtRowColumn.VTCL
- .LI "\*(C<VtRowColumn\*(C>"
- create a RowColumn widget
- .!L VtScale.VTCL
- .LI "\*(C<VtScale\*(C>"
- create graphical scale based on current value of field, return widget name
- .!L VtSelectionDialog.VTCL
- .LI "\*(C<VtSelectionDialog\*(C>"
- create selection dialog, return widget name
- .!L VtSeparator.VTCL
- .LI "\*(C<VtSeparator\*(C>"
- create horizontal or vertical line, return widget name
- .!L VtSetAppValues.VTCL
- .LI "\*(C<VtSetAppValues\*(C>"
- set options for script (applet)
- .!L VtSetFocus.VTCL
- .LI "\*(C<VtSetFocus\*(C>"
- set focus to an object
- .!L VtSetSensitive.VTCL
- .LI "\*(C<VtSetSensitive\*(C>"
- set sensitivity of an object
- .!L VtSetValues.VTCL
- .LI "\*(C<VtSetValues\*(C>"
- set value of a widget option
- .!L VtShow.VTCL
- .LI "\*(C<VtShow\*(C>"
- display a previously hidden object
- .!L VtShow.VTCL
- .LI "\*(C<VtShowDialog\*(C>"
- display a previously hidden dialog
- .!L VtText.VTCL
- .LI "\*(C<VtText\*(C>"
- create text object, return widget name
- .!L VtToggleButton.VTCL
- .LI "\*(C<VtToggleButton \*(C>"
- create toggle button, return widget name
- .!L VtUnLock.VTCL
- .LI "\*(C<VtUnLock\*(C>"
- unlock specified application
- .!L VtWarningDialog.VTCL
- .LI "\*(C<VtWarningDialog\*(C>"
- create message dialog containing warning icon, return widget name
- .!L VtWorkingDialog.VTCL
- .LI "\*(C<VtWorkingDialog\*(C>"
- create message dialog containing working icon, return widget name
- .!L VxAlignBaseLines.VTCL
- .LI "\*(C<VxAlignBaseLines\*(C>"
- set top offset of source widget to line up with baseline of target widget
- .!L VxAlignedForm.VTCL
- .LI "\*(C<VxAlignedForm\*(C>"
- create vertically aligned widget(s) in a form, return widget name
- .!L VxCenterVertically.VTCL
- .LI "\*(C<VxCenterVertically\*(C>"
- set to offset of source widget to line up with center line of target widget
- .!L VxCheckBox.VTCL
- .LI "\*(C<VxCheckBox\*(C>"
- create a CheckBox allowing titles and labels, return widget name
- .!L VxComboBox.VTCL
- .LI "\*(C<VxComboBox\*(C>"
- create a ComboBox allowing titles and labels, return widget name
- .!L VxEndFormCB.VTCL
- .LI "\*(C<VxEndFormCB\*(C>"
- destroy parent form of widget calling this command
- .!L VxGetShortName.VTCL
- .LI "\*(C<VxGetShortName\*(C>"
- strip parent widgets off widget name, leaving short name
- .!L VxGetVar.VTCL
- .LI "\*(C<VxGetVar\*(C>"
- get value of variable associated with widget
- .!L VxList.VTCL
- .LI "\*(C<VxList\*(C>"
- create a list allowing titles and labels, return widget name
- .!L VxMenu.VTCL
- .LI "\*(C<VxMenu \*(C>"
- build a menu, given a menu bar and list of items
- .!L VxMenuGetButton.VTCL
- .LI "\*(C<VxMenuGetButton\*(C>"
- return widget name in a menu created by VxMenu
- .!L VxOptionMenu.VTCL
- .LI "\*(C<VxOptionMenu\*(C>"
- return option list that contains pushbuttons for specified options
- .!L VxOptionMenuGetSelected.VTCL
- .LI "\*(C<VxOptionMenuGetSelected\*(C>"
- return label of selected item in an option menu created by VxOptionMenu
- .!L VxOptionMenuReplaceOptions.VTCL
- .LI "\*(C<VxOptionMenuReplaceOptions\*(C>"
- dynamically change specified options in an option menu created by VxOptionMenu
- .!L VxOptionMenuSetSelected.VTCL
- .LI "\*(C<VxOptionMenuSetSelected\*(C>"
- set option menu's value to value referring to the label of the selected pushbutton
- .!L VxRadioBox.VTCL
- .LI "\*(C<VxRadioBox\*(C>"
- create a RadioBox widget allowing titles and labels, return widget name
- .!L VxRowColumn.VTCL
- .LI "\*(C<VxRowColumn\*(C>"
- create a VtRowColumn widget allowing titles and labels, return widget name
- .!L VxSetLeftOffsets.VTCL
- .LI "\*(C<VxSetLeftOffsets\*(C>"
- set left offset of right-aligned widgets
- .!L VxSetVar.VTCL
- .LI "\*(C<VxSetVar\*(C>"
- set value of variable and associate with specified widget
- .!L VxSpinButton.VTCL
- .LI "\*(C<VxSpinButton\*(C>"
- create a SpinButton, return widget name of enclosing form widget
- .!L VxSpinButtonSetMaxValue.VTCL
- .LI "\*(C<VxSpinButtonSetMaxValue\*(C>"
- set upper boundary for a spin button
- .!L VxSpinButtonSetMinValue.VTCL
- .LI "\*(C<VxSpinButtonSetMinValue\*(C>"
- set lower boundary for a spin button
- .!L VxText.VTCL
- .LI "\*(C<VxText\*(C>"
- create a VtText widget allowing titles and labels, return widget name
- .!L VxWidgetVarRef.VTCL
- .LI "\*(C<VxWidgetVarRef\*(C>"
- return reference for per-widget frames variable
- .LE
-