GTK2

From GnuCash
Revision as of 06:15, 21 October 2018 by Sunfish62 (talk | contribs) (Improving readability)
Jump to: navigation, search

GnuCash version 2 uses GTK2 for its GUI. With version 3.0, GnuCash has upgraded to the GTK3 library.

GTK uses resource files to control the appearance of GnuCash. Resource file locations can be found at GTK Configuration Home , while the filenames can be found at Resource file names. It is important to note that the resource files are not created by default, and a user may need to create the appropriate files using a text editor.

How a user changes the appearance of GnuCash varies by platform.

Windows users can use the Select Theme tool installed with GnuCash. This can be further modified by manually editing the appropriate resource file as identified at Resource file names. Note that manual edits can get overwritten by subsequent use of the Select Theme tool.

Linux and MacOS users can edit the resource files using a text editor.

A sample GTK resource file for GTK2 is available at: GTK resource file example.

Here is an example that sets how toolbar items display:

gtk-toolbar-style = GTK_TOOLBAR_ICONS

The possible values are:

GTK_TOOLBAR_ICONS
icons only
GTK_TOOLBAR_TEXT
text only
GTK_TOOLBAR_BOTH
icons and text below
GTK_TOOBLAR_BOTH_HORIZ
icons and text aside