How to create a toolbar using gtk4?
I am trying to create a toolbar underneath a headerbar to hold some buttons. How should I proceed with creating a toolbar using GtkBox instead of GtkToolbar that has been deprecated in GTK4?
I've tried creating a child under the titlebar but it doesn't display anything. There is no information available online :(