Method

Gtk.AppChooserButton.set_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

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string