Method

GtkMessageDialogformat_secondary_text

since: 2.6

Declaration [src]

void
gtk_message_dialog_format_secondary_text (
  GtkMessageDialog* message_dialog,
  const gchar* message_format,
  ...
)

Description [src]

Sets the secondary text of the message dialog to be message_format (with printf()-style).

Available since: 2.6

This method is not directly available to language bindings.

Parameters

message_format

Type: const gchar*

Printf()-style format string, or NULL.

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

Type: 

Arguments for message_format.