Package: gtk

Accessor gtk:message-dialog-message-area

Lambda List

gtk:message-dialog-message-area (object)

Syntax

(gtk:message-dialog-message-area object) => area

Arguments

dialog -- a gtk:message-dialog widget
area -- a gtk:box widget with :vertical orientation

Details

Accessor of the message-area slot of the gtk:message-dialog class. The gtk:message-dialog-message-area function returns the gtk:box widget with :vertical orientation corresponding to the "message area" in the message dialog. This is the box where the primary and secondary labels of the message dialog are packed.

You can add your own extra content to that box and it will appear below those labels. See the gtk:dialog-content-area function for the corresponding function in the parent gtk:dialog class.

Warning

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

See also

2024-5-2