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 of :vertical orientation

Details

Accessor of the message-area slot of the gtk-message-dialog class.

The gtk-message-dialog-message-area slot access 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.
 

See also

2021-10-4