[ PrintfFormat ]
public void format_body_markup (string format, ...)
Sets the formatted body text of this with Pango markup.
The format is assumed to contain Pango markup.
Special XML characters in the `printf()` arguments passed to this function will automatically be escaped as necessary, see [ func@GLib.markup_printf_escaped].
See [property@AlertDialog:body].
| this |
an alert dialog |
| format |
the formatted string for the body text with Pango markup |
| ... |
the parameters to insert into |