WindowTitle

class WindowTitle(pointer: <Error class: unknown class><<Error class: unknown class>>)

A helper widget for setting a window's title and subtitle.

window-title

AdwWindowTitle shows a title and subtitle. It's intended to be used as the title child of class@Gtk.HeaderBar or class@HeaderBar.

CSS nodes

AdwWindowTitle has a single CSS node with name windowtitle.

Constructors

Link copied to clipboard
constructor(title: String, subtitle: String)

Creates a new AdwWindowTitle.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adwWindowTitlePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val gtkAccessiblePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val gtkBuildablePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val gtkConstraintTargetPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

The subtitle to display.

Link copied to clipboard

The title to display.

Functions

Link copied to clipboard

Gets the subtitle of @self.

Link copied to clipboard

Gets the title of @self.

Link copied to clipboard
fun setSubtitle(subtitle: String)

Sets the subtitle of @self.

Link copied to clipboard
fun setTitle(title: String)

Sets the title of @self.