GtkHeaderBar: Add a ::has-subtitle property
It is a fairly common case to just want a title, and not reserve extra space for a subtitle. This is much easier to get right by setting a boolean property than by constructing a custom title widget.
This commit is contained in:
@ -7688,6 +7688,8 @@ gtk_header_bar_set_title
|
||||
gtk_header_bar_get_title
|
||||
gtk_header_bar_set_subtitle
|
||||
gtk_header_bar_get_subtitle
|
||||
gtk_header_bar_set_has_subtitle
|
||||
gtk_header_bar_get_has_subtitle
|
||||
gtk_header_bar_set_custom_title
|
||||
gtk_header_bar_get_custom_title
|
||||
gtk_header_bar_pack_start
|
||||
|
||||
Reference in New Issue
Block a user