Between this and the previous iteration of this program, I've found that writing UIs in code isn't very pleasant—doubly so in a verbose language like Rust.
I'd like to switch to GtkBuilder, which allows defining an interface via an XML file. This is a declarative solution and should make it easier to keep track of the UI as it grows more complex.
Between this and the previous iteration of this program, I've found that writing UIs in code isn't very pleasant—doubly so in a verbose language like Rust.
I'd like to switch to GtkBuilder, which allows defining an interface via an XML file. This is a declarative solution and should make it easier to keep track of the UI as it grows more complex.