summaryrefslogtreecommitdiffstats
path: root/doc/chooseDirectory.n
diff options
context:
space:
mode:
authordas <das>2007-11-04 10:37:50 (GMT)
committerdas <das>2007-11-04 10:37:50 (GMT)
commit9107a42cf16f413e8244ec0241f69a2d1b21bdae (patch)
tree022d88766fbba3daa56ffb836acfd84b71a8e72a /doc/chooseDirectory.n
parenteac3d70e173275c1ad2750419770d18828d49eb9 (diff)
downloadtk-9107a42cf16f413e8244ec0241f69a2d1b21bdae.zip
tk-9107a42cf16f413e8244ec0241f69a2d1b21bdae.tar.gz
tk-9107a42cf16f413e8244ec0241f69a2d1b21bdae.tar.bz2
* doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-era
* doc/getOpenFile.n: information. * doc/menu.n:
Diffstat (limited to 'doc/chooseDirectory.n')
-rw-r--r--doc/chooseDirectory.n10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/chooseDirectory.n b/doc/chooseDirectory.n
index a4f9e37..9fac1d0 100644
--- a/doc/chooseDirectory.n
+++ b/doc/chooseDirectory.n
@@ -2,7 +2,7 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved.
'\"
-'\" RCS: @(#) $Id: chooseDirectory.n,v 1.8 2007/10/30 21:29:58 dkf Exp $
+'\" RCS: @(#) $Id: chooseDirectory.n,v 1.9 2007/11/04 10:37:50 das Exp $
'\"
.so man.macros
.TH tk_chooseDirectory n 8.3 Tk "Tk Built-In Commands"
@@ -25,10 +25,7 @@ Specifies that the directories in \fIdirectory\fR should be displayed
when the dialog pops up. If this parameter is not specified, then
the directories in the current working directory are displayed. If the
parameter specifies a relative path, the return value will convert the
-relative path to an absolute path. This option may not always work on
-the Macintosh. This is not a bug. Rather, the \fIGeneral Controls\fR
-control panel on the Mac allows the end user to override the
-application default directory.
+relative path to an absolute path.
.TP
\fB\-mustexist\fR \fIboolean\fR
Specifies whether the user may specify non-existent directories. If
@@ -37,7 +34,8 @@ already exist. The default value is \fIfalse\fR.
.TP
\fB\-parent\fR \fIwindow\fR
Makes \fIwindow\fR the logical parent of the dialog. The dialog
-is displayed on top of its parent window.
+is displayed on top of its parent window. On Mac OS X, this
+turns the file dialog into a sheet attached to the parent window.
.TP
\fB\-title\fR \fItitleString\fR
Specifies a string to display as the title of the dialog box. If this