set_custom_title


Description:

public void set_custom_title (Widget? title_widget)

Sets a custom title for the header bar.

The title should help a user identify the current view. This supersedes any title set by [method@HeaderBar.set_title] or [ method@HeaderBar.set_subtitle]. To achieve the same style as the builtin title and subtitle, use the `.title` and `.subtitle` style classes.

You should set the custom title to `NULL`, for the header title label to be visible again.

Parameters:

this

a header bar

title_widget

a custom widget to use for a title