Method

GtkAppChooserButtonset_heading

Declaration [src]

void
gtk_app_chooser_button_set_heading (
  GtkAppChooserButton* self,
  const char* heading
)

Description [src]

Sets the text to display at the top of the dialog.

If the heading is not set, the dialog displays a default text.

Parameters

heading const char*
 

A string containing Pango markup.

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