get_message_area
Description:
Returns the message area of the dialog.
Note:
Use [class@Gtk.AlertDialog] instead
This is the box where the dialog’s primary and secondary labels are packed. You can add your own extra content to that box and it will appear below those labels. See [method@Gtk.Dialog.get_content_area] for the corresponding function in the parent [class@Gtk.Dialog].
Parameters:
this |
a `GtkMessageDialog` |
Returns:
A `GtkBox` corresponding to the “message area” in the this |