man page update?



Hi,
I've looked at the tcl/tk man page for the open/save dislogs.
============================================================
NAME

tk_getOpenFile, tk_getSaveFile - pop up a dialog box for the user to select a file to open or save.

SYNOPSIS

tk_getOpenFile ?option value ...?
tk_getSaveFile ?option value ...?

DESCRIPTION

-defaultextension extension
-filetypes filePatternList
-initialdir directory
-initialfile filename
-multiple
-message string
-parent window
-title titleString
=============================================================
Source: http://www.tcl.tk/man/tcl8.4/TkCmd/getOpenFile.htm

When I try the -message option I get:
% tk_getSaveFile
% tk_getSaveFile -message "Enter filename to save"
bad option "-message": must be -defaultextension, -filetypes, -initialdir, -initialfile, -parent, or -title

% puts $tk_patchLevel
8.4.9

Whats wrong here?

TIA,
Gerhard Reithofer
Tech-EDV Support Forum - http://www.tech-edv.co.at/vcms/
.



Relevant Pages

  • Re: man page update?
    ... On Wed, 27 Sep 2006, Gerhard Reithofer wrote: ... I've looked at the tcl/tk man page for the open/save dislogs. ... only available on the Macintosh, and only when Navigation Services are ...
    (comp.lang.tcl)
  • Re: Why does button.tcl fail on windows?
    ... Gerhard Reithofer wrote: ... section which has been there for longer than I've been using Tcl/Tk. ... "this implies that calling an application the same thing as a widget is ... only originally read that part because I was in the habit of printing ...
    (comp.lang.tcl)