diff options
Diffstat (limited to 'doc/messageBox.n')
-rw-r--r-- | doc/messageBox.n | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/messageBox.n b/doc/messageBox.n index 754caf6..4e6eead 100644 --- a/doc/messageBox.n +++ b/doc/messageBox.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: messageBox.n,v 1.4 1999/09/02 17:02:12 hobbs Exp $ +'\" RCS: @(#) $Id: messageBox.n,v 1.5 2000/04/27 18:28:58 ericm Exp $ '\" .so man.macros .TH tk_messageBox n 4.2 Tk "Tk Built-In Commands" @@ -30,9 +30,8 @@ The following option-value pairs are supported: \fB\-default\fR \fIname\fR \fIName\fR gives the symbolic name of the default button for this message window ('ok', 'cancel', and so on). See \fB\-type\fR -for a list of the symbolic names. If the message box has just one -button it will automatically be made the default, otherwise if this -option is not specified, there won't be any default button. +for a list of the symbolic names. If this option is not specified, +the first button in the dialog will be made the default. .TP \fB\-icon\fR \fIiconImage\fR Specifies an icon to display. \fIIconImage\fR must be one of the |