adw.window_title
Module for [WindowTitle] class
Types 3
classWindowTitle : gtk.widget.Widget
A helper widget for setting a window's title and subtitle.
adw.window_title.WindowTitle shows a title and subtitle. It's intended to be used as the title child of gtk.header_bar.HeaderBar or adw.header_bar.HeaderBar.
CSS nodes
adw.window_title.WindowTitle has a single CSS node with name windowtitle.
Methods
WindowTitleGidBuilder builder() static nothrowGet builder for [adw.window_title.WindowTitle] Returns: New builder objectvoid subtitle(string propval) @property nothrowSet `subtitle` property. Params: propval = The subtitle to display.void title(string propval) @property nothrowSet `title` property. Params: propval = The title to display.Fluent builder implementation template for adw.window_title.WindowTitle
Fluent builder for adw.window_title.WindowTitle
Methods