diff options
Diffstat (limited to 'doc/messageBox.n')
-rw-r--r-- | doc/messageBox.n | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/messageBox.n b/doc/messageBox.n index 5ce1745..6bcbc09 100644 --- a/doc/messageBox.n +++ b/doc/messageBox.n @@ -24,6 +24,12 @@ buttons. Then it returns the symbolic name of the selected button. .PP The following option-value pairs are supported: .TP +\fB\-command\fR \fIstring\fR +Specifies the prefix of a Tcl command to invoke when the user closes the +dialog. The actual command consists of \fIstring\fR followed by a space +and the name of the button clicked by the user to close the dialog. This +is only available on Mac OS X. +.TP \fB\-default\fR \fIname\fR . \fIName\fR gives the symbolic name of the default button for |