home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / vtcl / RefGuide / man / whatis.VTCL < prev   
Encoding:
Text File  |  1995-07-07  |  9.4 KB  |  293 lines

  1. .!N CONTENTS
  2. .HB "&man.VTCL;"
  3. .VL
  4. .!L VtAddInput.VTCL
  5. .LI "\*(C<VtAddInput\*(C>"
  6. add a callback on file activity (read, write, error)
  7. .!L VtAddTabGroup.VTCL
  8. .LI "\*(C<VtAddTabGroup\*(C>"
  9. append widget to parent object's list of tab groups
  10. .!L VtAddTimeOut.VTCL
  11. .LI "\*(C<VtAddTimeOut\*(C>"
  12. add a timeout callback
  13. .!L VtAddWorkProc.VTCL
  14. .LI "\*(C<VtAddWorkProc\*(C>"
  15. add a working procedure
  16. .!L VtBeep.VTCL
  17. .LI "\*(C<VtBeep\*(C>"
  18. ring the terminal bell
  19. .!L VtCheckBox.VTCL
  20. .LI "\*(C<VtCheckBox\*(C>"
  21. create a checkbox widget and return widget name
  22. .!L VtClose.VTCL
  23. .LI "\*(C<VtClose\*(C>"
  24. close connection to &VTcl; server and destroy current widgets
  25. .!L VtComboBox.VTCL
  26. .LI "\*(C<VtComboBox\*(C>"
  27. create a ComboBox widget and return widget name
  28. .!L VtControl.VTCL
  29. .LI "\*(C<VtControl\*(C>"
  30. bring server into and out of curses raw/cooked mode
  31. .!L VtDestroy.VTCL
  32. .LI "\*(C<VtDestroy\*(C>"
  33. destroy a widget and its descendants
  34. .!L VtDestroyDialog.VTCL
  35. .LI "\*(C<VtDestroyDialog\*(C>"
  36. destroys the specified dialog and its descendents
  37. .!L VtDisplayHelp.VTCL
  38. .LI "\*(C<VtDisplayHelp\*(C>"
  39. display a hard-coded topic name for a widget
  40. .!L VtDrawnList.VTCL
  41. .LI "\*(C<VtDrawnList\*(C>"
  42. create a DrawnList object and return the widget name
  43. .!L VtDrawnListAddItem.VTCL
  44. .LI "\*(C<VtDrawnListAddItem\*(C>"
  45. add an item to a drawn list
  46. .!L VtDrawnListDeleteItem.VTCL
  47. .LI "\*(C<VtDrawnListDeleteItem\*(C>"
  48. delete an item from a drawn list
  49. .!L VtDrawnListDeselectItem.VTCL
  50. .LI "\*(C<VtDrawnListDeselectItem\*(C>"
  51. deselect an item from a drawn list
  52. .!L VtDrawnListGetItem.VTCL
  53. .LI "\*(C<VtDrawnListGetItem\*(C>"
  54. get record(s) from a drawn list
  55. .!L VtDrawnListGetSelectedItem.VTCL
  56. .LI "\*(C<VtDrawnListGetSelectedItem\*(C>"
  57. return the position of selected items from drawn list
  58. .!L VtDrawnListSelectItem.VTCL
  59. .LI "\*(C<VtDrawnListSelectItem\*(C>"
  60. select items in a drawn list
  61. .!L VtDrawnListSetItem.VTCL
  62. .LI "\*(C<VtDrawnListSetItem\*(C>"
  63. replace contents of item in drawn list
  64. .!L VtDrawnListSetItemValues.VTCL
  65. .LI "\*(C<VtDrawnListSetItemValues\*(C>"
  66. sets values of item in drawn list given specified options
  67. .!L VtErrorDialog.VTCL
  68. .LI "\*(C<VtErrorDialog\*(C>"
  69. create error message dialog, return widget name
  70. .!L VtFileSelectionDialog.VTCL
  71. .LI "\*(C<VtFileSelectionDialog\*(C>"
  72. create file selection dialog for current directory
  73. .!L VtForm.VTCL
  74. .LI "\*(C<VtForm\*(C>"
  75. create a form, return widget name
  76. .!L VtFormDialog.VTCL
  77. .LI "\*(C<VtFormDialog\*(C>"
  78. create form dialog using form class options
  79. .!L VtFrame.VTCL
  80. .LI "\*(C<VtFrame\*(C>"
  81. create frame around single child, return widget name
  82. .!L VtGetValues.VTCL
  83. .LI "\*(C<VtGetValues\*(C>"
  84. return value of specified option for given widget
  85. .!L VtHide.VTCL
  86. .LI "\*(C<VtHide\*(C>"
  87. hide but do not destroy object
  88. .!L VtHide.VTCL
  89. .LI "\*(C<VtHideDialog\*(C>"
  90. hide but do not destroy dialog box
  91. .!L VtInfo.VTCL
  92. .LI "\*(C<VtInfo\*(C>"
  93. return information about &VTcl;
  94. .!L VtInformationDialog.VTCL
  95. .LI "\*(C<VtInformationDialog\*(C>"
  96. create message dialog containing information icon, return widget name
  97. .!L VtLabel.VTCL
  98. .LI "\*(C<VtLabel\*(C>"
  99. create label, return widget name
  100. .!L VtList.VTCL
  101. .LI "\*(C<VtList\*(C>"
  102. create list widget with or without scrollbar, return widget name
  103. .!L VtListAddItem.VTCL
  104. .LI "\*(C<VtListAddItem\*(C>"
  105. add item(s) to list
  106. .!L VtListDeleteItem.VTCL
  107. .LI "\*(C<VtListDeleteItem\*(C>"
  108. delete item(s) from list
  109. .!L VtListDeselectItem.VTCL
  110. .LI "\*(C<VtListDeselectItem\*(C>"
  111. deselect item(s) from list
  112. .!L VtListGetItem.VTCL
  113. .LI "\*(C<VtListGetItem\*(C>"
  114. return item(s) from list
  115. .!L VtListGetSelectedItem.VTCL
  116. .LI "\*(C<VtListGetSelectedItem\*(C>"
  117. return positions of selected items in a list
  118. .!L VtListSelectItem.VTCL
  119. .LI "\*(C<VtListSelectItem\*(C>"
  120. select item(s) in list
  121. .!L VtListSetItem.VTCL
  122. .LI "\*(C<VtListSetItem\*(C>"
  123. set a list item to a specified value
  124. .!L VtLock.VTCL
  125. .LI "\*(C<VtLock\*(C>"
  126. set cursor to watch cursor, lock out user input
  127. .!L VtMainLoop.VTCL
  128. .LI "\*(C<VtMainLoop\*(C>"
  129. start interaction between script and GUI rendering engine
  130. .!L VtMenuBar.VTCL
  131. .LI "\*(C<VtMenuBar\*(C>"
  132. create menu bar, return widget name
  133. .!L VtMessageDialog.VTCL
  134. .LI "\*(C<VtMessageDialog\*(C>"
  135. create message dialog, return widget name
  136. .!L VtOpen.VTCL
  137. .LI "\*(C<VtOpen\*(C>"
  138. establish connection to &VTcl; server
  139. .!L VtOptionMenu.VTCL
  140. .LI "\*(C<VtOptionMenu\*(C>"
  141. create an OptionMenu widget, return widget name
  142. .!L VtPullDown.VTCL
  143. .LI "\*(C<VtPullDown\*(C>"
  144. create pulldown menu, return widget name
  145. .!L VtPushButton.VTCL
  146. .LI "\*(C<VtPushButton\*(C>"
  147. create pushbutton, return widget name
  148. .!L VtQuestionDialog.VTCL
  149. .LI "\*(C<VtQuestionDialog\*(C>"
  150. create message dialog containing question icon, return widget name
  151. .!L VtQuitServer.VTCL
  152. .LI "\*(C<VtQuitServer\*(C>"
  153. kill all &VTcl; applications connected to server, then kill server
  154. .!L VtRadioBox.VTCL
  155. .LI "\*(C<VtRadioBox\*(C>"
  156. create radio box, return widget name
  157. .!L VtRaiseDialog.VTCL
  158. .LI "\*(C<VtRaiseDialog\*(C>"
  159. raise specified dialog above all others
  160. .!L VtRemoveAllTabGroups.VTCL
  161. .LI "\*(C<VtRemoveAllTabGroups\*(C>"
  162. remove all widgets from parent shell's tab group list
  163. .!L VtRemoveInput.VTCL
  164. .LI "\*(C<VtRemoveInput\*(C>"
  165. remove add input command for fileID
  166. .!L VtRemoveTabGroup.VTCL
  167. .LI "\*(C<VtRemoveTabGroup\*(C>"
  168. remove widget from its parent shell's tab group list
  169. .!L VtRemoveTimeOut.VTCL
  170. .LI "\*(C<VtRemoveTimeOut\*(C>"
  171. remove timeout callback
  172. .!L VtRemoveWorkProc.VTCL
  173. .LI "\*(C<VtRemoveWorkProc\*(C>"
  174. remove working procedure
  175. .!L VtRowColumn.VTCL
  176. .LI "\*(C<VtRowColumn\*(C>"
  177. create a RowColumn widget
  178. .!L VtScale.VTCL
  179. .LI "\*(C<VtScale\*(C>"
  180. create graphical scale based on current value of field, return widget name
  181. .!L VtSelectionDialog.VTCL
  182. .LI "\*(C<VtSelectionDialog\*(C>"
  183. create selection dialog, return widget name 
  184. .!L VtSeparator.VTCL
  185. .LI "\*(C<VtSeparator\*(C>"
  186. create horizontal or vertical line, return widget name
  187. .!L VtSetAppValues.VTCL
  188. .LI "\*(C<VtSetAppValues\*(C>"
  189. set options for script (applet)
  190. .!L VtSetFocus.VTCL
  191. .LI "\*(C<VtSetFocus\*(C>"
  192. set focus to an object
  193. .!L VtSetSensitive.VTCL
  194. .LI "\*(C<VtSetSensitive\*(C>"
  195. set sensitivity of an object
  196. .!L VtSetValues.VTCL
  197. .LI "\*(C<VtSetValues\*(C>"
  198. set value of a widget option
  199. .!L VtShow.VTCL
  200. .LI "\*(C<VtShow\*(C>"
  201. display a previously hidden object
  202. .!L VtShow.VTCL
  203. .LI "\*(C<VtShowDialog\*(C>"
  204. display a previously hidden dialog
  205. .!L VtText.VTCL
  206. .LI "\*(C<VtText\*(C>"
  207. create text object, return widget name
  208. .!L VtToggleButton.VTCL
  209. .LI "\*(C<VtToggleButton \*(C>"
  210. create toggle button, return widget name
  211. .!L VtUnLock.VTCL
  212. .LI "\*(C<VtUnLock\*(C>"
  213. unlock specified application
  214. .!L VtWarningDialog.VTCL
  215. .LI "\*(C<VtWarningDialog\*(C>"
  216. create message dialog containing warning icon, return widget name
  217. .!L VtWorkingDialog.VTCL
  218. .LI "\*(C<VtWorkingDialog\*(C>"
  219. create message dialog containing working icon, return widget name
  220. .!L VxAlignBaseLines.VTCL
  221. .LI "\*(C<VxAlignBaseLines\*(C>"
  222. set top offset of source widget to line up with baseline of target widget
  223. .!L VxAlignedForm.VTCL
  224. .LI "\*(C<VxAlignedForm\*(C>"
  225. create vertically aligned widget(s) in a form, return widget name
  226. .!L VxCenterVertically.VTCL
  227. .LI "\*(C<VxCenterVertically\*(C>"
  228. set to offset of source widget to line up with center line of target widget
  229. .!L VxCheckBox.VTCL
  230. .LI "\*(C<VxCheckBox\*(C>"
  231. create a CheckBox allowing titles and labels, return widget name
  232. .!L VxComboBox.VTCL
  233. .LI "\*(C<VxComboBox\*(C>"
  234. create a ComboBox allowing titles and labels, return widget name
  235. .!L VxEndFormCB.VTCL
  236. .LI "\*(C<VxEndFormCB\*(C>"
  237. destroy parent form of widget calling this command
  238. .!L VxGetShortName.VTCL
  239. .LI "\*(C<VxGetShortName\*(C>"
  240. strip parent widgets off widget name, leaving short name
  241. .!L VxGetVar.VTCL
  242. .LI "\*(C<VxGetVar\*(C>"
  243. get value of variable associated with widget
  244. .!L VxList.VTCL
  245. .LI "\*(C<VxList\*(C>"
  246. create a list allowing titles and labels, return widget name
  247. .!L VxMenu.VTCL
  248. .LI "\*(C<VxMenu \*(C>"
  249. build a menu, given a menu bar and list of items
  250. .!L VxMenuGetButton.VTCL
  251. .LI "\*(C<VxMenuGetButton\*(C>"
  252. return widget name in a menu created by VxMenu
  253. .!L VxOptionMenu.VTCL
  254. .LI "\*(C<VxOptionMenu\*(C>"
  255. return option list that contains pushbuttons for specified options
  256. .!L VxOptionMenuGetSelected.VTCL
  257. .LI "\*(C<VxOptionMenuGetSelected\*(C>"
  258. return label of selected item in an option menu created by VxOptionMenu
  259. .!L VxOptionMenuReplaceOptions.VTCL
  260. .LI "\*(C<VxOptionMenuReplaceOptions\*(C>"
  261. dynamically change specified options in an option menu created by VxOptionMenu 
  262. .!L VxOptionMenuSetSelected.VTCL
  263. .LI "\*(C<VxOptionMenuSetSelected\*(C>"
  264. set option menu's value to value referring to the label of the selected pushbutton
  265. .!L VxRadioBox.VTCL
  266. .LI "\*(C<VxRadioBox\*(C>"
  267. create a RadioBox widget allowing titles and labels, return widget name
  268. .!L VxRowColumn.VTCL
  269. .LI "\*(C<VxRowColumn\*(C>"
  270. create a VtRowColumn widget allowing titles and labels, return widget name
  271. .!L VxSetLeftOffsets.VTCL
  272. .LI "\*(C<VxSetLeftOffsets\*(C>"
  273. set left offset of right-aligned widgets
  274. .!L VxSetVar.VTCL
  275. .LI "\*(C<VxSetVar\*(C>"
  276. set value of variable and associate with specified widget
  277. .!L VxSpinButton.VTCL
  278. .LI "\*(C<VxSpinButton\*(C>"
  279. create a SpinButton, return widget name of enclosing form widget
  280. .!L VxSpinButtonSetMaxValue.VTCL
  281. .LI "\*(C<VxSpinButtonSetMaxValue\*(C>"
  282. set upper boundary for a spin button
  283. .!L VxSpinButtonSetMinValue.VTCL
  284. .LI "\*(C<VxSpinButtonSetMinValue\*(C>"
  285. set lower boundary for a spin button
  286. .!L VxText.VTCL
  287. .LI "\*(C<VxText\*(C>"
  288. create a VtText widget allowing titles and labels, return widget name
  289. .!L VxWidgetVarRef.VTCL
  290. .LI "\*(C<VxWidgetVarRef\*(C>"
  291. return reference for per-widget frames variable
  292. .LE
  293.