Imported upstream version 1.5
[manpages-zh.git] / src / mann / chooseDirectory.n
blobb6293667242a0b452084d8f91005f1bcdfd3c2ef
1 '\"
2 '\" Copyright (c) 1998-2000 by Scriptics Corporation.
3 '\" All rights reserved.
4 '\"
5 '\" RCS: @(#) $Id: chooseDirectory.n,v 1.2 2003/11/24 05:09:59 bbbush Exp $
6 '\"
7 '\" The definitions below are for supplemental macros used in Tcl/Tk
8 '\" manual entries.
9 '\"
10 '\" .AP type name in/out ?indent?
11 '\" Start paragraph describing an argument to a library procedure.
12 '\" type is type of argument (int, etc.), in/out is either "in", "out",
13 '\" or "in/out" to describe whether procedure reads or modifies arg,
14 '\" and indent is equivalent to second arg of .IP (shouldn't ever be
15 '\" needed; use .AS below instead)
16 '\"
17 '\" .AS ?type? ?name?
18 '\" Give maximum sizes of arguments for setting tab stops. Type and
19 '\" name are examples of largest possible arguments that will be passed
20 '\" to .AP later. If args are omitted, default tab stops are used.
21 '\"
22 '\" .BS
23 '\" Start box enclosure. From here until next .BE, everything will be
24 '\" enclosed in one large box.
25 '\"
26 '\" .BE
27 '\" End of box enclosure.
28 '\"
29 '\" .CS
30 '\" Begin code excerpt.
31 '\"
32 '\" .CE
33 '\" End code excerpt.
34 '\"
35 '\" .VS ?version? ?br?
36 '\" Begin vertical sidebar, for use in marking newly-changed parts
37 '\" of man pages. The first argument is ignored and used for recording
38 '\" the version when the .VS was added, so that the sidebars can be
39 '\" found and removed when they reach a certain age. If another argument
40 '\" is present, then a line break is forced before starting the sidebar.
41 '\"
42 '\" .VE
43 '\" End of vertical sidebar.
44 '\"
45 '\" .DS
46 '\" Begin an indented unfilled display.
47 '\"
48 '\" .DE
49 '\" End of indented unfilled display.
50 '\"
51 '\" .SO
52 '\" Start of list of standard options for a Tk widget. The
53 '\" options follow on successive lines, in four columns separated
54 '\" by tabs.
55 '\"
56 '\" .SE
57 '\" End of list of standard options for a Tk widget.
58 '\"
59 '\" .OP cmdName dbName dbClass
60 '\" Start of description of a specific option. cmdName gives the
61 '\" option's name as specified in the class command, dbName gives
62 '\" the option's name in the option database, and dbClass gives
63 '\" the option's class in the option database.
64 '\"
65 '\" .UL arg1 arg2
66 '\" Print arg1 underlined, then print arg2 normally.
67 '\"
68 '\" RCS: @(#) $Id: chooseDirectory.n,v 1.2 2003/11/24 05:09:59 bbbush Exp $
69 '\"
70 '\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages.
71 .if t .wh -1.3i ^B
72 .nr ^l \n(.l
73 .ad b
74 '\" # Start an argument description
75 .de AP
76 .ie !"\\$4"" .TP \\$4
77 .el \{\
78 . ie !"\\$2"" .TP \\n()Cu
79 . el .TP 15
80 .\}
81 .ta \\n()Au \\n()Bu
82 .ie !"\\$3"" \{\
83 \&\\$1 \\fI\\$2\\fP (\\$3)
84 .\".b
85 .\}
86 .el \{\
87 .br
88 .ie !"\\$2"" \{\
89 \&\\$1 \\fI\\$2\\fP
90 .\}
91 .el \{\
92 \&\\fI\\$1\\fP
93 .\}
94 .\}
96 '\" # define tabbing values for .AP
97 .de AS
98 .nr )A 10n
99 .if !"\\$1"" .nr )A \\w'\\$1'u+3n
100 .nr )B \\n()Au+15n
102 .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n
103 .nr )C \\n()Bu+\\w'(in/out)'u+2n
105 .AS Tcl_Interp Tcl_CreateInterp in/out
106 '\" # BS - start boxed text
107 '\" # ^y = starting y location
108 '\" # ^b = 1
109 .de BS
111 .mk ^y
112 .nr ^b 1u
113 .if n .nf
114 .if n .ti 0
115 .if n \l'\\n(.lu\(ul'
116 .if n .fi
118 '\" # BE - end boxed text (draw box now)
119 .de BE
121 .ti 0
122 .mk ^t
123 .ie n \l'\\n(^lu\(ul'
124 .el \{\
125 .\" Draw four-sided box normally, but don't draw top of
126 .\" box if the box started on an earlier page.
127 .ie !\\n(^b-1 \{\
128 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
130 .el \}\
131 \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
136 .nr ^b 0
138 '\" # VS - start vertical sidebar
139 '\" # ^Y = starting y location
140 '\" # ^v = 1 (for troff; for nroff this doesn't matter)
141 .de VS
142 .if !"\\$2"" .br
143 .mk ^Y
144 .ie n 'mc \s12\(br\s0
145 .el .nr ^v 1u
147 '\" # VE - end of vertical sidebar
148 .de VE
149 .ie n 'mc
150 .el \{\
151 .ev 2
153 .ti 0
154 .mk ^t
155 \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n'
156 .sp -1
160 .nr ^v 0
162 '\" # Special macro to handle page bottom: finish off current
163 '\" # box/sidebar if in box/sidebar mode, then invoked standard
164 '\" # page bottom macro.
165 .de ^B
166 .ev 2
167 'ti 0
169 .mk ^t
170 .if \\n(^b \{\
171 .\" Draw three-sided box if this is the box's first page,
172 .\" draw two sides but no top otherwise.
173 .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
174 .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
176 .if \\n(^v \{\
177 .nr ^x \\n(^tu+1v-\\n(^Yu
178 \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c
183 .if \\n(^b \{\
184 .mk ^y
185 .nr ^b 2
187 .if \\n(^v \{\
188 .mk ^Y
191 '\" # DS - begin display
192 .de DS
197 '\" # DE - end display
198 .de DE
203 '\" # SO - start of list of standard options
204 .de SO
205 .SH "STANDARD OPTIONS"
208 .ta 5.5c 11c
209 .ft B
211 '\" # SE - end of list of standard options
212 .de SE
214 .ft R
216 See the \\fBoptions\\fR manual entry for details on the standard options.
218 '\" # OP - start of full description for a single option
219 .de OP
222 .ta 4c
223 Command-Line Name: \\fB\\$1\\fR
224 Database Name: \\fB\\$2\\fR
225 Database Class: \\fB\\$3\\fR
229 '\" # CS - begin code excerpt
230 .de CS
233 .ta .25i .5i .75i 1i
235 '\" # CE - end code excerpt
236 .de CE
240 .de UL
241 \\$1\l'|0\(ul'\\$2
243 .TH tk_chooseDirectory n 8.3 Tk "Tk Built-In Commands"
245 '\" Note: do not modify the .SH NAME line immediately below!
246 .SH NAME
247 tk_chooseDirectory \- 弹出让用户选择一个目录的一个对话框。
249 .SH "总览 SYNOPSIS"
250 \fBtk_chooseDirectory \fR?\fIoption value ...\fR?
253 .SH "描述 DESCRIPTION"
255 过程 \fBtk_chooseDirectory\fR 弹出一个对话框让用户选择一个目录。下列的\fI选项-值\fR对是可能的命令行参数:
257 \fB\-initialdir\fR \fIdirname\fR
258 指定在对话框弹出的时候应当显示在 \fIdirectory\fR中的目录。如果未指定这个参数,则显示在当前工作目录中的目录。如果这个参数指定了一个相对路径,返回值将把这个相对路径转换成一个绝对路径。这个选项在 Macintosh 上不是总可以工作的。但这不是一个缺陷,而是在 Mac 上的 \fIGeneral Controls\fR 控制面板允许最终用户屏弃应用的缺省目录。
260 \fB\-parent\fR \fIwindow\fR
261 使 \fIwindow\fR 成为这个对话框的逻辑父窗口。这个对话框显示在它的父窗口的顶上。
263 \fB\-title\fR \fItitleString\fR
264 把一个字符串指定为这个对话框的标题。如果未指定这个选项,则显示一个缺省标题。
266 \fB\-mustexist\fR \fIboolean\fR
267 指定用户是否可以指定不存在的目录。如果这个参数是真,则用户只能选择现存的目录。缺省为假。
270 .SH "参见 SEE ALSO"
271 tk_getOpenFile, tk_getSaveFile
273 .SH "关键字 KEYWORDS"
274 directory selection dialog
276 .SH "[中文版维护人]"
277 .B 寒蝉退士
278 .SH "[中文版最新更新]"
279 .B 2002/05/17
280 .SH "《中国 Linux 论坛 man 手册页翻译计划》:"
281 .BI http://cmpp.linuxforum.net