Property
AdapHeaderBar:title-widget
since: 1
Description [src]
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 AdapWindowTitle
:
<object class="AdapHeaderBar">
<property name="title-widget">
<object class="AdapWindowTitle">
<property name="title" translatable="yes">Title</property>
</object>
</property>
</object>
Type: | GtkWidget |
Available since: | 1 |
Getter method | adap_header_bar_get_title_widget() |
Setter method | adap_header_bar_set_title_widget() |