Re: Building a GTK UI as a blind developer
Nolan Darilek <[email protected]> Wed, 14 Mar 2018 16:04:44 -0500
| Newsgroups | gmane.comp.gnome.accessibility.general |
|---|---|
| Message-ID | <[email protected]> |
On 03/14/2018 04:00 PM, Samuel Thibault wrote: > At worse you don't have to write C code, you can write XML UI code. It > might end up being easier than trying to use glade. > You're certainly not wrong, but the advantage of Glade is that it makes knowing all property names, defaults, etc. easier. When I created my window, I got a semi-accessible dialog presenting me with all the options I could tweak, along with their defaults. Compared to that, it might be easier to peruse the Rust API docs (no C here) but then I lose the option of potentially getting help making the UI look nicer.