diff options
author | fvogel <fvogelnew1@free.fr> | 2018-04-30 19:30:54 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-04-30 19:30:54 (GMT) |
commit | 62c5fb4a8c8263d9fa409ec8997dcd43fc46aad0 (patch) | |
tree | b092d41f217282e31731e583d2588eec494b5913 /doc/chooseDirectory.n | |
parent | a5d1da28722c8adbad69baa78341d0a225e10703 (diff) | |
download | tk-62c5fb4a8c8263d9fa409ec8997dcd43fc46aad0.zip tk-62c5fb4a8c8263d9fa409ec8997dcd43fc46aad0.tar.gz tk-62c5fb4a8c8263d9fa409ec8997dcd43fc46aad0.tar.bz2 |
Document -message macOS-specific option of tk_chooseDirectory
Diffstat (limited to 'doc/chooseDirectory.n')
-rw-r--r-- | doc/chooseDirectory.n | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/chooseDirectory.n b/doc/chooseDirectory.n index 8528ddb..adc8728 100644 --- a/doc/chooseDirectory.n +++ b/doc/chooseDirectory.n @@ -27,6 +27,10 @@ user-selected directory for the application. If the parameter specifies a relative path, the return value will convert the relative path to an absolute path. .TP +\fB\-message\fR \fIstring\fR +Specifies a message to include in the client area of the dialog. +This is only available on Mac OS X. +.TP \fB\-mustexist\fR \fIboolean\fR Specifies whether the user may specify non-existent directories. If this parameter is true, then the user may only select directories that |