Method

GtkMessageDialogset_markup

since: 2.4

Declaration [src]

void
gtk_message_dialog_set_markup (
  GtkMessageDialog* message_dialog,
  const gchar* str
)

Description [src]

Sets the text of the message dialog to be str, which is marked up with the [Pango text markup language][PangoMarkupFormat].

Available since: 2.4

Parameters

str

Type: const gchar*

Markup string (see [Pango markup format][PangoMarkupFormat])

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.