diff options
author | ericm <ericm> | 2000-06-23 00:22:27 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-23 00:22:27 (GMT) |
commit | 2d36140194d24b7083dad675be4377b8f946974d (patch) | |
tree | a3d3693fe56641361ebf15e9bb9b2cf064f12034 /doc | |
parent | 85d8c4014f68a832ea11c9a60229f515dd01322e (diff) | |
download | tk-2d36140194d24b7083dad675be4377b8f946974d.zip tk-2d36140194d24b7083dad675be4377b8f946974d.tar.gz tk-2d36140194d24b7083dad675be4377b8f946974d.tar.bz2 |
* doc/getOpenFile.n: Updated with information about -multiple.
* library/choosedir.tcl: Tweaked to handle modified tkIconList API's.
* library/tkfbox.tcl: Preliminary implementation of multiple
selection; based on patch from [RFE: 604]. Some of the tkIconList
functions changed to support this and to make the dialog faster.
* library/xmfbox.tcl: Added support for multiple selection, from
patch in [RFE: 4999].
Diffstat (limited to 'doc')
-rw-r--r-- | doc/getOpenFile.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n index 7cfe783..bd6795f 100644 --- a/doc/getOpenFile.n +++ b/doc/getOpenFile.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: getOpenFile.n,v 1.6 2000/04/23 03:47:13 jingham Exp $ +'\" RCS: @(#) $Id: getOpenFile.n,v 1.7 2000/06/23 00:22:28 ericm Exp $ '\" .so man.macros .TH tk_getOpenFile n 4.2 Tk "Tk Built-In Commands" @@ -72,8 +72,8 @@ option is ignored on the Macintosh platform. .TP \fB\-multiple\fR Allows the user to choose multiple files from the Open dialog. -This is only available on the Macintosh, and only when Navigation -Services are installed. +On the Macintosh, this is only available when Navigation Services are +installed. .TP \fB\-message\fR Specifies a message to include in the client area of the dialog. |