Difference between revisions of "GTK3"

From GnuCash
Jump to: navigation, search
m (adjusting the links and lists)
m (windows note)
Line 3: Line 3:
 
== Customization ==
 
== Customization ==
  
As noted in [https://bugzilla.gnome.org/show_bug.cgi?id=791823 bug 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.
+
As noted in [https://bugzilla.gnome.org/show_bug.cgi?id=791823 bug 791823], there is no GTK theming tool available for GTK3 on Windows. However, this is relatively easy to resolve manually by using a CSS file and placing it at the correct location.
  
 
The overview of CSS customization of GTK3 is available at [https://developer.gnome.org/gtk3/stable/chap-css-overview.html Gnome Developer] site.
 
The overview of CSS customization of GTK3 is available at [https://developer.gnome.org/gtk3/stable/chap-css-overview.html Gnome Developer] site.

Revision as of 08:45, 29 March 2018

With version 3.0, GnuCash has adopted GTK3 library.

Customization

As noted in bug 791823, there is no GTK theming tool available for GTK3 on Windows. However, this is relatively easy to resolve manually by using a CSS file and placing it at the correct location.

The overview of CSS customization of GTK3 is available at Gnome Developer site.

Sample GnuCash CSS files:

To locate the UI elements for customization, you can use the GTK Inspector tool.

To customize the GnuCash theme, create and/or modify the Cascading Style Sheets (CSS) file. The location of this file is explained in the following entry: Where can I find the GTK resource file? Note that, by default, no gtk-3.0.css file will be created so you have to create one manually. Then add the CSS rules or copy values from an existing theme. There are plenty of GTK3 theme resources caused by the fact that CSS is a widely-adopted standard for UI styling and many people are familiar with it.

Some GTK3 theme resource sites:

etc.

Related wiki entries: