diff options
author | hobbs <hobbs> | 1999-12-16 21:57:11 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-16 21:57:11 (GMT) |
commit | 806f3e8e5f86a8eec2a7b052e173b98fc6ecf928 (patch) | |
tree | 4ec8889c4a11b7f1a85efa4bec076b0b115acea2 /doc/getOpenFile.n | |
parent | f9c069c0d54eedc723d6967645d9048ab0cf5345 (diff) | |
download | tk-806f3e8e5f86a8eec2a7b052e173b98fc6ecf928.zip tk-806f3e8e5f86a8eec2a7b052e173b98fc6ecf928.tar.gz tk-806f3e8e5f86a8eec2a7b052e173b98fc6ecf928.tar.bz2 |
* doc/GetCursor.3:
* win/tkWinCursor.c: added support for Windows cursors to
TkGetCursorByName (.ani, .cur) using -cursor @<filename>
(Ascher) [Bug: 1350]
* doc/listbox.n: added doc for <<ListboxSelect>> [Bug: 3500]
* doc/getOpenFile.n: removed note that -initialfile didn't work
for tk_getOpenFile
Diffstat (limited to 'doc/getOpenFile.n')
-rw-r--r-- | doc/getOpenFile.n | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n index ffc86fd..4c19e65 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.3 1998/09/14 18:22:56 stanton Exp $ +'\" RCS: @(#) $Id: getOpenFile.n,v 1.4 1999/12/16 21:57:11 hobbs Exp $ '\" .so man.macros .TH tk_getOpenFile n 4.2 Tk "Tk Built-In Commands" @@ -67,8 +67,7 @@ control panel on the Mac allows the end user to override the application default directory. .TP \fB\-initialfile\fR \fIfilename\fR -Specifies a filename to be displayed in the dialog when it pops -up. This option is ignored by the \fBtk_getOpenFile\fR command. +Specifies a filename to be displayed in the dialog when it pops up. .TP \fB\-parent\fR \fIwindow\fR Makes \fIwindow\fR the logical parent of the file dialog. The file |