GtkD help

Ivan Trombley itrombley at dot-borg.org
Mon Nov 20 08:01:28 UTC 2017


Since I wanted people to just be able to run the executable and 
not have to go through some install process, glib.Settings turned 
out to be a no-go since it requires a schema file to be installed 
in a specific place. Instead, I just create a json sidecar file 
next to the app in order to store settings.

I solved the TreeView text cooler l color issue by using markup.

The application code is in this repository of anyone is 
interested: https://github.com/Barugon/CotA


More information about the Digitalmars-d-learn mailing list