Added wizard
[tcl-tlc.git] / man / template.n
blobe2f8c1a5eea8dab2770362e56d7b22b01e7a9f61
1 '\" vim: ft=groff
2 '\"
3 '\" Copyright (c) 1990-1994 The Regents of the University of California.
4 '\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
5 '\"
6 '\" See the file "license.terms" for information on usage and redistribution
7 '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
8 '\"
9 '\" RCS: @(#) $Id: template.n,v 1.1 2003/04/22 11:10:05 root Exp $
10 '\"
11 '\" The definitions below are for supplemental macros used in Tcl/Tk
12 '\" manual entries.
13 '\"
14 '\" .AP type name in/out ?indent?
15 '\" Start paragraph describing an argument to a library procedure.
16 '\" type is type of argument (int, etc.), in/out is either "in", "out",
17 '\" or "in/out" to describe whether procedure reads or modifies arg,
18 '\" and indent is equivalent to second arg of .IP (shouldn't ever be
19 '\" needed; use .AS below instead)
20 '\"
21 '\" .AS ?type? ?name?
22 '\" Give maximum sizes of arguments for setting tab stops. Type and
23 '\" name are examples of largest possible arguments that will be passed
24 '\" to .AP later. If args are omitted, default tab stops are used.
25 '\"
26 '\" .BS
27 '\" Start box enclosure. From here until next .BE, everything will be
28 '\" enclosed in one large box.
29 '\"
30 '\" .BE
31 '\" End of box enclosure.
32 '\"
33 '\" .CS
34 '\" Begin code excerpt.
35 '\"
36 '\" .CE
37 '\" End code excerpt.
38 '\"
39 '\" .VS ?version? ?br?
40 '\" Begin vertical sidebar, for use in marking newly-changed parts
41 '\" of man pages. The first argument is ignored and used for recording
42 '\" the version when the .VS was added, so that the sidebars can be
43 '\" found and removed when they reach a certain age. If another argument
44 '\" is present, then a line break is forced before starting the sidebar.
45 '\"
46 '\" .VE
47 '\" End of vertical sidebar.
48 '\"
49 '\" .DS
50 '\" Begin an indented unfilled display.
51 '\"
52 '\" .DE
53 '\" End of indented unfilled display.
54 '\"
55 '\" .SO
56 '\" Start of list of standard options for a Tk widget. The
57 '\" options follow on successive lines, in four columns separated
58 '\" by tabs.
59 '\"
60 '\" .SE
61 '\" End of list of standard options for a Tk widget.
62 '\"
63 '\" .OP cmdName dbName dbClass
64 '\" Start of description of a specific option. cmdName gives the
65 '\" option's name as specified in the class command, dbName gives
66 '\" the option's name in the option database, and dbClass gives
67 '\" the option's class in the option database.
68 '\"
69 '\" .UL arg1 arg2
70 '\" Print arg1 underlined, then print arg2 normally.
71 '\"
72 '\" RCS: @(#) $Id: template.n,v 1.1 2003/04/22 11:10:05 root Exp $
73 '\"
74 '\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages.
75 .if t .wh -1.3i ^B
76 .nr ^l \n(.l
77 .ad b
78 '\" # Start an argument description
79 .de AP
80 .ie !"\\$4"" .TP \\$4
81 .el \{\
82 . ie !"\\$2"" .TP \\n()Cu
83 . el .TP 15
84 .\}
85 .ta \\n()Au \\n()Bu
86 .ie !"\\$3"" \{\
87 \&\\$1 \\fI\\$2\\fP (\\$3)
88 .\".b
89 .\}
90 .el \{\
91 .br
92 .ie !"\\$2"" \{\
93 \&\\$1 \\fI\\$2\\fP
94 .\}
95 .el \{\
96 \&\\fI\\$1\\fP
97 .\}
98 .\}
100 '\" # define tabbing values for .AP
101 .de AS
102 .nr )A 10n
103 .if !"\\$1"" .nr )A \\w'\\$1'u+3n
104 .nr )B \\n()Au+15n
106 .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n
107 .nr )C \\n()Bu+\\w'(in/out)'u+2n
109 .AS Tcl_Interp Tcl_CreateInterp in/out
110 '\" # BS - start boxed text
111 '\" # ^y = starting y location
112 '\" # ^b = 1
113 .de BS
115 .mk ^y
116 .nr ^b 1u
117 .if n .nf
118 .if n .ti 0
119 .if n \l'\\n(.lu\(ul'
120 .if n .fi
122 '\" # BE - end boxed text (draw box now)
123 .de BE
125 .ti 0
126 .mk ^t
127 .ie n \l'\\n(^lu\(ul'
128 .el \{\
129 .\" Draw four-sided box normally, but don't draw top of
130 .\" box if the box started on an earlier page.
131 .ie !\\n(^b-1 \{\
132 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
134 .el \}\
135 \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
140 .nr ^b 0
142 '\" # VS - start vertical sidebar
143 '\" # ^Y = starting y location
144 '\" # ^v = 1 (for troff; for nroff this doesn't matter)
145 .de VS
146 .if !"\\$2"" .br
147 .mk ^Y
148 .ie n 'mc \s12\(br\s0
149 .el .nr ^v 1u
151 '\" # VE - end of vertical sidebar
152 .de VE
153 .ie n 'mc
154 .el \{\
155 .ev 2
157 .ti 0
158 .mk ^t
159 \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n'
160 .sp -1
164 .nr ^v 0
166 '\" # Special macro to handle page bottom: finish off current
167 '\" # box/sidebar if in box/sidebar mode, then invoked standard
168 '\" # page bottom macro.
169 .de ^B
170 .ev 2
171 'ti 0
173 .mk ^t
174 .if \\n(^b \{\
175 .\" Draw three-sided box if this is the box's first page,
176 .\" draw two sides but no top otherwise.
177 .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
178 .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
180 .if \\n(^v \{\
181 .nr ^x \\n(^tu+1v-\\n(^Yu
182 \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c
187 .if \\n(^b \{\
188 .mk ^y
189 .nr ^b 2
191 .if \\n(^v \{\
192 .mk ^Y
195 '\" # DS - begin display
196 .de DS
201 '\" # DE - end display
202 .de DE
207 '\" # SO - start of list of standard options
208 .de SO
209 .SH "OPTIONS"
212 .ta 5.5c 11c
213 .ft B
215 '\" # SE - end of list of standard options
216 .de SE
218 .ft R
220 See the \\fBoptions\\fR manual entry for details on the standard options.
222 '\" # OP - start of full description for a single option
223 .de OP
226 .ta 4c
227 Command-Line Name: \\fB\\$1\\fR
228 Database Name: \\fB\\$2\\fR
229 Database Class: \\fB\\$3\\fR
233 '\" # CS - begin code excerpt
234 .de CS
237 .ta .25i .5i .75i 1i
239 '\" # CE - end code excerpt
240 .de CE
244 .de ES
246 .ta 0m 2m 4m 6m 8m 10m 12m 14m 16m 18m 20m 22m 24m 26m 28m 30m 32m 34m 36m 38m
247 '\".ta 0m 4m 8m 12m 16m 20m 24m 28m 32m 36m 40m 44m 48m 52m 56m 60m 64m 68m 72m
248 '\".ta .0i .25i .5i .75i 1i 1.25i 1.5i 1.75i 2i 2.25i 2.5i 2.75i 3i
250 .de EE
253 .de UL
254 \\$1\l'|0\(ul'\\$2
256 .TH %NAME% n 0.9 TLC "TLC Widgets"
258 '\" Note: do not modify the .SH NAME line immediately below!
259 .SH NAME
260 %NAME% \- %SHORTDESC%
261 .SH SYNOPSIS
262 \fB%NAME%\fR \fIpathName \fR?\fIoptions\fR?
263 %INHERITANCE%
265 %OPTS%
267 %INHERITEDOPTS%
268 %OPTDESC%
271 .SH DESCRIPTION
273 The \fB%NAME%\fR command creates a new window (given by the
274 \fIpathName\fR argument) and makes it into a %NAME% widget.
275 Additional
276 options, described above, may be specified on the command line
277 or in the option database
278 to configure aspects of the %NAME% such as its colors, font,
279 text, and initial relief. The \fB%NAME%\fR command returns its
280 \fIpathName\fR argument. At the time this command is invoked,
281 there must not exist a window named \fIpathName\fR, but
282 \fIpathName\fR's parent must exist.
285 .SH "WIDGET COMMAND"
287 The \fB%NAME%\fR command creates a new Tcl command whose
288 name is \fIpathName\fR. This
289 command may be used to invoke various
290 operations on the widget. It has the following general form:
292 \fIpathName option \fR?\fIarg arg ...\fR?
294 \fIOption\fR and the \fIarg\fRs
295 determine the exact behavior of the command. The following
296 commands are possible for %NAME% widgets:
297 %INHERITEDMETHODS%
299 \fIpathName \fBcget\fR \fIoption\fR
300 Returns the current value of the configuration option given
301 by \fIoption\fR.
302 \fIOption\fR may have any of the values accepted by the \fB%NAME%\fR
303 command.
305 \fIpathName \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR?
306 Query or modify the configuration options of the widget.
307 If no \fIoption\fR is specified, returns a list describing all of
308 the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for
309 information on the format of this list). If \fIoption\fR is specified
310 with no \fIvalue\fR, then the command returns a list describing the
311 one named option (this list will be identical to the corresponding
312 sublist of the value returned if no \fIoption\fR is specified). If
313 one or more \fIoption\-value\fR pairs are specified, then the command
314 modifies the given widget option(s) to have the given value(s); in
315 this case the command returns an empty string.
316 \fIOption\fR may have any of the values accepted by the \fB%NAME%\fR
317 command.
318 %METHODDESC%
320 %COMPONENTS%
321 %EXAMPLE%
323 .SH KEYWORDS
324 %NAME%, widget