MessageDialog.getMessageArea

Returns the message area of the dialog.

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 gtk.dialog.Dialog.getContentArea for the corresponding function in the parent gtk.dialog.Dialog.

More...
class MessageDialog
getMessageArea
()

Return Value

Type: gtk.widget.Widget

A gtk.box.Box corresponding to the “message area” in the message_dialog

Detailed Description

Deprecated: Use gtk.alert_dialog.AlertDialog instead