Hi, the GTK 3 to 4 migration guide mentions that toolbars are gone and that a GtkBox with the
style class set to “toolbar” should be used.
How can this be done from within a C program, without using a UI or XML file? I googled for hours,
but couldn’t a find solution. It is probably very simple, but I’m still learning GTK, so a simple C example
would be very much appreciated.
Ralf