pervoj / valdo-gtk

Create new Vala projects from templates
https://pervoj.cz/valdo-gtk/
GNU General Public License v3.0
12 stars 4 forks source link

Move to GTK4 and libadwaita, redesign to fit GNOME HIG #2

Open Prince781 opened 3 years ago

Prince781 commented 3 years ago

https://docs.gtk.org/gtk4/migrating-3to4.html

If you try building Valdo-GTK with GTK4, you'll see there aren't many changes required. Get rid of GtkEventBox and GtkModelButton.

pervoj commented 3 years ago

I was looking for a way to create a GTK 4 GUI in the graphic designer so I don't have to write all the code by hand. Glade does not support GTK 4 and somehow I haven't figured out how to put a GtkHeaderBar in a GtkWindow as a title in Cambalache.

I would probably wait to make the switch until Cambalache is ready.

pervoj commented 3 years ago

Or maybe I could split GtkApplicationWindow and GtkHeaderBar into two files.