Difference between revisions of "GTK3"
From GnuCash
m (newline) |
(more links and some narrative) |
||
Line 1: | Line 1: | ||
− | == Customization | + | With version 3.0, GnuCash has adopted GTK3 library. |
+ | |||
+ | == Customization == | ||
+ | |||
+ | As noted in bug 791823 (https://bugzilla.gnome.org/show_bug.cgi?id=791823), there is no GTK theming tool available for GTK3. However, this is relatively easy to resolve manually by using a CSS file and placing it at the correct location. | ||
https://developer.gnome.org/gtk3/stable/chap-css-overview.html | https://developer.gnome.org/gtk3/stable/chap-css-overview.html | ||
Line 6: | Line 10: | ||
https://github.com/Gnucash/gnucash/blob/master/gnucash/gnucash-320.css | https://github.com/Gnucash/gnucash/blob/master/gnucash/gnucash-320.css | ||
+ | |||
+ | Related entries: | ||
+ | |||
+ | - https://wiki.gnucash.org/wiki/FAQ#Q:_How_do_I_change_the_register_colors.3F | ||
+ | |||
+ | - https://wiki.gnucash.org/wiki/FAQ#Q:_Where_can_I_find_the_gtk_resource_file.3F |
Revision as of 07:51, 29 March 2018
With version 3.0, GnuCash has adopted GTK3 library.
Customization
As noted in bug 791823 (https://bugzilla.gnome.org/show_bug.cgi?id=791823), there is no GTK theming tool available for GTK3. However, this is relatively easy to resolve manually by using a CSS file and placing it at the correct location.
https://developer.gnome.org/gtk3/stable/chap-css-overview.html
https://github.com/Gnucash/gnucash/blob/master/gnucash/gnucash-310.css
https://github.com/Gnucash/gnucash/blob/master/gnucash/gnucash-320.css
Related entries:
- https://wiki.gnucash.org/wiki/FAQ#Q:_How_do_I_change_the_register_colors.3F
- https://wiki.gnucash.org/wiki/FAQ#Q:_Where_can_I_find_the_gtk_resource_file.3F