diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-24 19:13:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-24 19:13:06 (GMT) |
commit | bb5cf6ea1f9419bc18120ac76132162637a2941f (patch) | |
tree | 60ca719972f2b0a192c74284ab2f242fc3acc665 /doc | |
parent | 01c75a2daa79c567fcf465599497d37cf16451ae (diff) | |
parent | 4136000e1510b2c72b2e60eaef06bf08c6c6c7e5 (diff) | |
download | tk-bb5cf6ea1f9419bc18120ac76132162637a2941f.zip tk-bb5cf6ea1f9419bc18120ac76132162637a2941f.tar.gz tk-bb5cf6ea1f9419bc18120ac76132162637a2941f.tar.bz2 |
Implementation of TIP #382.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/getOpenFile.n | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n index f95fc49..8162078 100644 --- a/doc/getOpenFile.n +++ b/doc/getOpenFile.n @@ -35,6 +35,12 @@ whether the existing file should be overwritten or not. The following \fIoption\-value\fR pairs are possible as command line arguments to these two commands: .TP +\fB\-confirmoverwrite\fR \fIboolean\fR +Configures how the Save dialog reacts when the selected file already +exists, and saving would overwrite it. A true value requests a +confirmation dialog be presented to the user. A false value requests +that the overwrite take place without confirmation. Default value is true. +.TP \fB\-defaultextension\fR \fIextension\fR Specifies a string that will be appended to the filename if the user enters a filename without an extension. The default value is the empty |