Bug 211412 - [GTK4] Header bars no longer have title and subtitle properties
Summary: [GTK4] Header bars no longer have title and subtitle properties
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrian Perez
URL:
Keywords:
Depends on:
Blocks: GTK4
  Show dependency treegraph
 
Reported: 2020-05-04 16:59 PDT by Adrian Perez
Modified: 2020-05-04 21:42 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.59 KB, patch)
2020-05-04 17:15 PDT, Adrian Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2020-05-04 16:59:27 PDT
There is no longer gtk_header_bar_set_[sub]title() after
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1807
has been merged.

The alternative is to use a vertical box with two labels,
assigning GTK_STYLE_CLASS_[SUB]TITLE styles to them.
Comment 1 Adrian Perez 2020-05-04 17:15:57 PDT
Created attachment 398438 [details]
Patch
Comment 2 EWS 2020-05-04 21:42:31 PDT
Committed r261144: <https://trac.webkit.org/changeset/261144>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398438 [details].