MessageDialog.useMarkup
bool useMarkup() @property nothrowGet useMarkup property.
Returns
true if the primary text of the dialog includes Pango markup.
void useMarkup(bool propval) @property nothrowSet useMarkup property.
Parameters
propval | true if the primary text of the dialog includes Pango markup. See pango.global.parseMarkup. |