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 class@HeaderBar.
CSS nodes
[adw.window_title.WindowTitle] has a single CSS node with name windowtitle.
Methods
WindowTitle self()Returns `this`, for use in `with` statements.WindowTitleGidBuilder builder()Get builder for [adw.window_title.WindowTitle] Returns: New builder objectvoid subtitle(string propval) @propertySet `subtitle` property. Params: propval = The subtitle to display.string getSubtitle()Gets the subtitle of self. Returns: the subtitlestring getTitle()Gets the title of self. Returns: the titlevoid setSubtitle(string subtitle)Sets the subtitle of self.void setTitle(string title)Sets the title of self.Fluent builder for [adw.window_title.WindowTitle]
Methods