vkczyz / forager

A simple RSS feed reader
https://czyz.xyz/projects/forager/
GNU General Public License v3.0
0 stars 0 forks source link

Switch to using GtkBuilder #4

Closed vkczyz closed 3 years ago

vkczyz commented 3 years ago

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.

vkczyz commented 3 years ago

Done!