On Thu, 10 Mar 2016 08:24:01 GMT, Russel Winder wrote:

Do people use Glade for creating their GtkD applications or is everyone manually building their widget forest?

For the two apps I've done, with one exception, I didn't see much point in using Glade personally since the UI for both are relatively simple. That one exception is the preference and profile dialogs in Terminix, that might have been done cleaner and faster in Glade. If I was writing a data entry application I'd probably look at Glade more closely.

BTW, I came across this interesting project on github, it converts glade files into equivalent D source code. No experience with it though.

https://github.com/burner/gladeD