Package: gtk

Function gtk:message-dialog-format-secondary-text

Lambda List

gtk:message-dialog-format-secondary-text (dialog message &rest args)

Arguments

dialog -- a gtk:message-dialog widget
message -- a format string, or nil
args -- arguments for message

Details

Sets the secondary text of the message dialog to be message with the arguments in args. Note that setting a secondary text makes the primary text become bold, unless you have provided explicit markup.
 

See also

#2024-03-16