Skip to content

paginator: Use AdwToolbarView, subclass AdwBin

Christopher Davis requested to merge wip/cdavis/use-toolbar-view into master
  • GtkBox isn't meant to be subclassed, and apps should not do it. Instead they should subclass AdwBin or GtkWidget depending on their use case.

  • The main reason we were using GtkBox was to contain our header and our content. Now we use AdwToolbarView for that purpose.

Edited by Christopher Davis

Merge request reports