HeaderBar.titleWidget

gtk.widget.Widget titleWidget() @property

Get titleWidget property.

Returns

The title widget to display.

When set to NULL, the header bar will display the title of the window it is contained in.

To use a different title, use adw.window_title.WindowTitle:

<object class="AdwHeaderBar">
    <property name="title-widget">
      <object class="AdwWindowTitle">
        <property name="title" translatable="yes">Title</property>
      </object>
    </property>
  </object>

void titleWidget(gtk.widget.Widget propval) @property

Set titleWidget property.

Parameters

propvalThe title widget to display. When set to NULL, the header bar will display the title of the window it is contained in. To use a different title, use adw.window_title.WindowTitle:
<object class="AdwHeaderBar">
      <property name="title-widget">
        <object class="AdwWindowTitle">
          <property name="title" translatable="yes">Title</property>
        </object>
      </property>
    </object>