diff options
Diffstat (limited to 'doc/chooseDirectory.n')
-rw-r--r-- | doc/chooseDirectory.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/chooseDirectory.n b/doc/chooseDirectory.n index c380ccf..2d96825 100644 --- a/doc/chooseDirectory.n +++ b/doc/chooseDirectory.n @@ -38,6 +38,7 @@ turns the file dialog into a sheet attached to the parent window. Specifies a string to display as the title of the dialog box. If this option is not specified, then a default title will be displayed. .SH EXAMPLE +.PP .CS set dir [\fBtk_chooseDirectory\fR \e \-initialdir ~ \-title "Choose a directory"] @@ -47,8 +48,10 @@ if {$dir eq ""} { label .l \-text "Selected $dir" } .CE - .SH "SEE ALSO" tk_getOpenFile(n), tk_getSaveFile(n) .SH KEYWORDS directory, selection, dialog, platform-specific +'\" Local Variables: +'\" mode: nroff +'\" End: |