From 67ced95378d984c30f53d33c14d7f7427de80f25 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sun, 1 May 2016 17:44:01 +0100 Subject: [PATCH] Document toolbar enhancements Update help file to describe how to put additional icons on the toolbar. Requires re-work. --- doc/docbook/GuideReference.xml | 1 + doc/docbook/GuideReferenceToolbar.xml | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 doc/docbook/GuideReferenceToolbar.xml diff --git a/doc/docbook/GuideReference.xml b/doc/docbook/GuideReference.xml index 66e38975..58702ca1 100644 --- a/doc/docbook/GuideReference.xml +++ b/doc/docbook/GuideReference.xml @@ -7,5 +7,6 @@ + diff --git a/doc/docbook/GuideReferenceToolbar.xml b/doc/docbook/GuideReferenceToolbar.xml new file mode 100644 index 00000000..cbe4e768 --- /dev/null +++ b/doc/docbook/GuideReferenceToolbar.xml @@ -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. +
+
-- 2.20.1