Replies: 1 comment 2 replies
-
I must say glade's format is quite annoying, way too verbose to be comfortable to hand-write. However, creating an alternative HTML-like format seems a bit involved. I'm curious, why would you go with a HTML format rather than using/expanding on react-gtk? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem: I have a lot more trouble writing Gtk UIs than writing webpages. It's tedious to write a GtkBuilder UI definition in XML, and many developers seem to use a GUI app like Glade.
Proposal: Create a file-format similar to HTML, using Gtk widget names and properties. Then, write a library which accepts a file path and returns a GtkBuilder Object.
Example
Beta Was this translation helpful? Give feedback.
All reactions