summaryrefslogtreecommitdiff
path: root/battstat/battstat-preferences.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-07battstat: Rewrite preference dialog from scratchrbuj1-0/+343
To manage the settings stored by GSettings. The preference dialog is a subclass of GtkDialog, and the ui file is a template. There is more info available in the "GTK+ Overview" chapter of "GTK+ 3 Reference Manual": "Building applications - A preference dialog" https://developer.gnome.org/gtk3/stable/ch01s04.html