Sure, but at least this time the bugs will be my fault! 🙂
Anyways you are welcome to port Glade to Gtk 4 if you think its the best, once you finish I will help you make a new release and pass the torch to you so you can continue maintaining it.
In fact I am quite interested in helping out with Glade… I am quite new to GTK and I never went down to the source code… What exactly would be the changes? Did the XML structure changed?
Lots of things changed, you can see a good list in Gtk docs (https://docs.gtk.org/gtk4/migrating-3to4.html)
But for Glade one of the biggest changes is that GtkContainer does not exists anymore in which we rely a lot to traverse the widget hierarchy
since it uses the runtime object as the data model itself
Promising!
This is yet another example of CADT/
https://www.jwz.org/doc/cadt.html
Sure, but at least this time the bugs will be my fault! 🙂
Anyways you are welcome to port Glade to Gtk 4 if you think its the best, once you finish I will help you make a new release and pass the torch to you so you can continue maintaining it.
Hi,
In fact I am quite interested in helping out with Glade… I am quite new to GTK and I never went down to the source code… What exactly would be the changes? Did the XML structure changed?
Lots of things changed, you can see a good list in Gtk docs (https://docs.gtk.org/gtk4/migrating-3to4.html)
But for Glade one of the biggest changes is that GtkContainer does not exists anymore in which we rely a lot to traverse the widget hierarchy
since it uses the runtime object as the data model itself
Looks cool! Is there some place we can see the source code?
Not yet, as I have not decided on which license to use, probably LGPLv2 only but I am still investigating other options.