GTK2

From GnuCash
Revision as of 15:37, 14 October 2018 by Sunfish62 (talk | contribs) (Update page to serve users of GTK2 with information from FAQ and Windows pages)
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.

Here is an example for a resource file:

gtk-toolbar-style = GTK_TOOLBAR_ICONS

This sets how the toolbar items should be displayed. 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