Package: gtk

Accessor gtk:message-dialog-text

Lambda List

gtk:message-dialog-text (object)

Syntax

(gtk:message-dialog-text object) => text
(setf (gtk:message-dialog-text object) text)

Arguments

object -- a gtk:message-dialog widget
text -- a string for the primary text of the message dialog

Details

The accessor for the text slot gets or sets the primary text for the message dialog. If the message dialog has a secondary text, this will appear as the title.

Warning

The gtk:message-dialog widget is deprecated since 4.10. Use the gtk:alert-dialog widget instead.
 

See also

2026-08-19