Method
GtkHeaderBarget_custom_title
since: 3.10
Declaration [src]
GtkWidget*
gtk_header_bar_get_custom_title (
GtkHeaderBar* bar
)
Description [src]
Retrieves the custom title widget of the header. See gtk_header_bar_set_custom_title().
Available since: 3.10
Gets property | Gtk.HeaderBar:custom-title |
Return value
Type: GtkWidget
The custom title widget
of the header, or NULL
if none has been set explicitly.
The returned data is owned by the instance. |
The return value can be NULL . |