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

Accessor of the text slot of the gtk:message-dialog class. 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

2025-2-26