diff options
author | ericm <ericm@noemail.net> | 2000-06-23 00:22:27 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-06-23 00:22:27 (GMT) |
commit | 546fe4a8228a7d49b54ba6017bed7901e1b6f60a (patch) | |
tree | a3d3693fe56641361ebf15e9bb9b2cf064f12034 /doc | |
parent | 20fa280ecc65e7e249e019925b25dc5f1ea32ff9 (diff) | |
download | tk-546fe4a8228a7d49b54ba6017bed7901e1b6f60a.zip tk-546fe4a8228a7d49b54ba6017bed7901e1b6f60a.tar.gz tk-546fe4a8228a7d49b54ba6017bed7901e1b6f60a.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].
FossilOrigin-Name: 6d6e691ec619d1ee337f77b3c504d9d8f89a1db6
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. |