# %W% %E% # # Copyright (C) 1986-1995-2000 The Santa Cruz Operation, Inc. # All Rights Reserved. # The information in this file is provided for the exclusive use of # the licensees of The Santa Cruz Operation, Inc. Such users have the # right to use, modify, and incorporate this code into other products # for purposes authorized by the license agreement provided they include # this notice and the associated copyright notice with any such product. # The information in this file is provided "AS IS" without warranty. # # Copyright (C) 1986-1989 AT&T # All Rights Reserved. # # This is the whatis file for man(C) # Lines beginning with # are comments and are ignored # by man(C). # # This file contains three columns of data. Column one # is a title. Column 2 is the manual section in which it # appears. The third column is the corresponding description. # # Thus the entry for man(C) is: # # col1 = man # col2 = (C) # col3 = - print reference pages in this guide # VtAddInput (VTCL) - add a callback on file activity (read, write, error) VtAddTabGroup (VTCL) - append widget to parent object's list of tab groups VtAddTimeOut (VTCL) - add a timeout callback VtAddWorkProc (VTCL) - add a working procedure VtBeep (VTCL) - ring the terminal bell VtCheckBox (VTCL) - create a CheckBox widget and return widget name VtClose (VTCL) - close connection to SCO Visual Tcl server and destroy current widgets VtComboBox (VTCL) - create a ComboBox widget and return widget name VtControl (VTCL) - bring server into and out of curses raw/cooked mode VtDestroy (VTCL) - destroys a widget and all of its descendants VtDestroyDialog (VTCL) - destroys the dialog in which a widget resides VtDisplayHelp (VTCL) - display a hard-coded topic name for a widget VtDrawnList (VTCL) - create a DrawnList object and return the widget name VtDrawnListAddItem (VTCL) - add an item to a DrawnList VtDrawnListDeleteItem (VTCL) - delete an item from a DrawnList VtDrawnListDeselectItem (VTCL) - deselect an item from a DrawnList VtDrawnListGetItem (VTCL) - get record(s) from a DrawnList VtDrawnListGetSelectedItem (VTCL) - return the position of selected items from DrawnList VtDrawnListSelectItem (VTCL) - select items in a DrawnList VtDrawnListSetItem (VTCL) - replace contents of item in DrawnList VtDrawnListSetItemValues (VTCL) - sets values of item in DrawnList given specified options VtErrorDialog (VTCL) - create error message dialog, return widget name VtFileSelectionDialog (VTCL) - create file selection dialog for current directory VtForm (VTCL) - create a Form, return widget name VtFormDialog (VTCL) - create form dialog using form class options VtFrame (VTCL) - create frame around single child, return widget name VtGet (VTCL) - return value of specified option for given widget VtGetValues (VTCL) - synonym of VtGet VtHide (VTCL) - hide but do not destroy object VtHideDialog (VTCL) - hide but do not destroy dialog box VtInfo (VTCL) - return information about SCO Visual Tcl VtInformationDialog (VTCL) - create message dialog containing information icon, return widget name VtLabel (VTCL) - create Label, return widget name VtList (VTCL) - create List widget with or without ScrollBar, return widget name VtListAddItem (VTCL) - add item(s) to List VtListDeleteItem (VTCL) - delete item(s) from List VtListDeselectItem (VTCL) - deselect item(s) from List VtListGetItem (VTCL) - return item(s) from List VtListGetSelectedItem (VTCL) - return positions of selected items in a List VtListSelectItem (VTCL) - select item(s) in List VtListSetItem (VTCL) - set a List item to a specified value VtLock (VTCL) - set cursor to watch cursor, lock out user input VtMainLoop (VTCL) - start interaction between script and GUI rendering engine VtManage (VTCL) - synonym of VtShow VtMenuBar (VTCL) - create menu bar, return widget name VtMessageDialog (VTCL) - create message dialog, return widget name VtOpen (VTCL) - establish connection to SCO Visual Tcl server VtOptionMenu (VTCL) - create an OptionMenu widget, return widget name VtPulldown (VTCL) - create Pulldown Menu, return widget name VtPushButton (VTCL) - create PushButton, return widget name VtQuestionDialog (VTCL) - create message dialog containing question icon, return widget name VtQuitServer (VTCL) - kill all SCO Visual Tcl applications connected to server, then kill server VtRadioBox (VTCL) - create RadioBox, return widget name VtRaise (VTCL) - raise specified widget above all others VtRaiseDialog (VTCL) - Synonym of VtRaise VtRemoveAllTabGroups (VTCL) - remove all widgets from the give widget's tab group list VtRemoveInput (VTCL) - remove add input command for fileID VtRemoveTabGroup (VTCL) - remove widget from its parent's tab group list VtRemoveTimeOut (VTCL) - remove timeout callback VtRemoveWorkProc (VTCL) - remove working procedure VtRowColumn (VTCL) - create a RowColumn widget VtScale (VTCL) - create graphical Scale based on current value of field, return widget name VtSelectionDialog (VTCL)- create selection dialog, return widget name VtSeparator (VTCL) - create horizontal or vertical line, return widget name VtSet (VTCL) - set value of a widget option VtSetAppValues (VTCL) - set options for script (applet) VtSetFocus (VTCL) - Sets focus on widget - see Note VtSetSensitive (VTCL) - Sets sensitivity of widget - see Note VtSetValues (VTCL) - Synonym of VtSet VtShow (VTCL) - display a previously hidden object VtShowDialog (VTCL) - display a previously hidden dialog VtText (VTCL) - create Text widget, return widget name VtToggleButton (VTCL) - create toggle button, return widget name VtUnLock (VTCL) - unlock specified application VtUnManage (VTCL) - Synonym of VtHide VtWarningDialog (VTCL) - create message dialog containing warning icon, return widget name VtWorkingDialog (VTCL) - create message dialog containing working icon, return widget name VxAlignBaseLines (VTCL) - set top offset of source widget to line up with baseline of target widget VxAlignedForm (VTCL) - create vertically aligned widget(s) in a form, return widget name VxCenterVertically (VTCL) - set to offset of source widget to line up with center line of target widget VxCheckBox (VTCL) - create a CheckBox allowing titles and labels, return widget name VxComboBox (VTCL) - create a ComboBox allowing titles and labels, return widget name VxEndFormCB (VTCL) - destroy parent form of widget calling this command VxGetShortName (VTCL) - strip parent widgets off widget name, leaving short name VxGetVar (VTCL) - get value of variable associated with widget VxList (VTCL) - create a list allowing titles and labels, return widget name VxMenu (VTCL) - build a menu, given a menu bar and list of items VxMenuGetButton (VTCL) - return widget name in a menu created by VxMenu VxOptionMenu (VTCL) - return option list that contains pushbuttons for specified options VxOptionMenuGetSelected (VTCL) - return label of selected item in an option menu created by VxOptionMenu VxOptionMenuReplaceOptions (VTCL) - dynamically change specified options in an option menu created by VxOptionMenu VxOptionMenuSetSelected (VTCL) - set option menu's value to value referring to the label of the selected pushbutton VxRadioBox (VTCL) - create a RadioBox widget allowing titles and labels, return widget name VxRowColumn (VTCL) - create a VtRowColumn widget allowing titles and labels, return widget name VxSetLeftOffsets (VTCL) - set left offset of right-aligned widgets VxSetVar (VTCL) - set value of variable and associate with specified widget VxSpinButton (VTCL) - create a SpinButton, return widget name of enclosing form widget VxSpinButtonSetMaxValue (VTCL) - set upper boundary for a SpinButton VxSpinButtonSetMinValue (VTCL) - set lower boundary for a SpinButton VxText (VTCL) - create a VtText widget allowing titles and labels, return widget name VxWidgetVarRef (VTCL) - return reference for per-widget frames variable