Class
AdwWindowTitle
Description [src]
final class Adw.WindowTitle : Gtk.Widget {
/* No available fields */
}
A helper widget for setting a window’s title and subtitle.
AdwWindowTitle
shows a title and subtitle. It’s intended to be used as the
title child of GtkHeaderBar
or AdwHeaderBar
.
CSS nodes
AdwWindowTitle
has a single CSS node with name windowtitle
.
Constructors
adw_window_title_new
Creates a new AdwWindowTitle
.
Instance methods
adw_window_title_get_subtitle
Gets the subtitle of self
.
adw_window_title_get_title
Gets the title of self
.
adw_window_title_set_subtitle
Sets the subtitle of self
.
adw_window_title_set_title
Sets the title of self
.
Properties
Adw.WindowTitle:subtitle
The subtitle to display.
Adw.WindowTitle:title
The title to display.