diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-06 13:08:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-06 13:08:20 (GMT) |
commit | ea9ae2f75bd7c14f819ef221d946ea79efa403bb (patch) | |
tree | 1f8823cf3f2411d00af1a27cc40ab260b6d93ea7 /doc/messageBox.n | |
parent | 51340d8eb58d29345fc68def4bbf9b509708a83a (diff) | |
download | tk-ea9ae2f75bd7c14f819ef221d946ea79efa403bb.zip tk-ea9ae2f75bd7c14f819ef221d946ea79efa403bb.tar.gz tk-ea9ae2f75bd7c14f819ef221d946ea79efa403bb.tar.bz2 |
Fix [f6c106285d]: Aqua: can set -title for tk_messageBox
Diffstat (limited to 'doc/messageBox.n')
-rw-r--r-- | doc/messageBox.n | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/messageBox.n b/doc/messageBox.n index 6bcbc09..4350b22 100644 --- a/doc/messageBox.n +++ b/doc/messageBox.n @@ -66,9 +66,8 @@ box is displayed on top of its parent window. .TP \fB\-title\fR \fItitleString\fR . -Specifies a string to display as the title of the message box. This option -is ignored on Mac OS X, where platform guidelines forbid the use of a title -on this kind of dialog. +Specifies a string to display as the title of the message box. The +default value is an empty string. .TP \fB\-type\fR \fIpredefinedType\fR . |