Method

GtkMessageDialogset_markup

Declaration [src]

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

Description [src]

Sets the text of the message dialog.

Parameters

str

Type: const char*

String with Pango markup.

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