summaryrefslogtreecommitdiff
path: root/sheets/vtcl.ssh
blob: 07be60fbfe42678c514b59b94f2601c780cb722f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Style sheet for Visual Tcl
# Mods by Phil Hollenback (philiph@pobox.com) 1998

#
# This file is part of a2ps.
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.  If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#

style "Visual Tcl" is

written by "Phil Hollenback <philiph@pobox.com>"
version is 1.0
requires a2ps version 4.10

ancestors are
  tclx
end ancestors

documentation is
  "All the Vtcl keywords that aren't in Tcl or TclX."
end documentation

keywords in Keyword are
   VtAddInput, VtAddTimeOut, VtBeep, VtCheckBox, VtClose, VtComboBox,
   VtControl, VtDestroy, VtDestroyDialog, VtDisplayHelp, VtDrawnList,
   VtDrawnListAddItem, VtDrawnListDeleteItem, VtDrawnListDeselectItem,
   VtDrawnListGetItem, VtDrawnListGetSelectedItem,
   VtDrawnListSelectItem, VtDrawnListSetItem, VtDrawnListSetItemValues,
   VtErrorDialog, VtFileSelectionDialog, VtForm, VtFormDialog, VtFrame,
   VtGetValues, VtHide, VtHideDialog, VtInfo, VtInformationDialog, VtLabel,
   VtList, VtListAddItem, VtListDeleteItem, VtListDeselectItem,
   VtListGetItem, VtListGetSelectedItem, VtListSelectItem, VtListSetItem,
   VtLock, VtMenuBar, VtMessageDialog, VtOpen, VtOptionMenu, VtPullDown,
   VtPushButton, VtQuestionDialog, VtQuitServer, VtRadioBox, VtRaiseDialog,
   VtRemoveInput, VtRemoveTimeout, VtRemoveWorkProc, VtRowColumn, VtScale,
   VtSelectionDialog, VtSeparator, VtSetAppValues, VtSetFocus,
   VtSetSensitive, VtSetValues, VtShow, VtShowDialog, VtText, VtToggleButton,
   VtUnLock, VtWarningDialog, VtWorkingDialog, VxAlignBaseLines,
   VxAlignedForm, VxCenterVertically, VxCheckBox, VxComboBox, VxEndFormCB,
   VxGetShortName, VxGetVar, VxList, VxMenu, VxMenuGetButton, VxOptionMenu,
   VxOptionMenuGetSelected, VxOptionReplaceOptions, VxOptionMenuSetSelected,
   VxRadioBox, VxRowColumn, VxSetLeftOffsets, VxSetVar, VxSpinButton,
   VxSpinButtonSetMaxValue, VxSpinButtonSetMinValue, VxText, VxWidgetVarRef,
   VtMainLoop
end keywords

end style