# HG changeset patch # User Klaus Ethgen # Date 1462271181 -3600 # Node ID 9c50e8a0cbe08b3ced0c66ba6e5df10170d78014 # Parent 1dbc3665fa464dcb0f53c42093e1ad47b42f950b# Parent 30a6d289624c6080b04b0b94e367ac9cd1466377 Merge Colins changes * 'master' of git://www.geeqie.org/geeqie: Document toolbar enhancements diff -r 1dbc3665fa46 -r 9c50e8a0cbe0 doc/docbook/GuideReference.xml --- a/doc/docbook/GuideReference.xml Tue May 03 11:17:49 2016 +0100 +++ b/doc/docbook/GuideReference.xml Tue May 03 11:26:21 2016 +0100 @@ -7,5 +7,6 @@ + diff -r 1dbc3665fa46 -r 9c50e8a0cbe0 doc/docbook/GuideReferenceToolbar.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/docbook/GuideReferenceToolbar.xml Tue May 03 11:26:21 2016 +0100 @@ -0,0 +1,24 @@ + +
+ + Toolbar + +
How to set up new toolbar icons + + This section describes how to put additional icons on the toolbar.The functions these icons may initiate are as described in External Editors. + + + Edit the toolbar section of the file geeqierc.xml to include a reference to the new icon: + + <toolitem action = "new_icon_1.desktop" /> + + Create a corresponding desktop file as described in External Editors. + + + Within the desktop file it is recommended that two additional items are included: + Icon=new_icon_1.png + The icon displayed. If an icon is not defined, it is likely that the display of the entire toolbar will be distorted by additional text. + Comment=descriptive text + The tooltip text displayed when the mouse is hovered over the icon. +
+