3 This is Geany's toolbar UI definition.
4 The DTD can be found at
5 http://library.gnome.org/devel/gtk/stable/GtkUIManager.html#GtkUIManager.description.
7 You can re-order all items and freely add and remove available actions.
8 You cannot add new actions which are not listed in the documentation.
9 Everything you add or change must be inside the /ui/toolbar/ path.
11 For changes to take effect, you need to restart Geany. Alternatively you can use the toolbar
14 A list of available actions can be found in the documentation included with Geany or
15 at http://www.geany.org/manual/current/index.html#customizing-the-toolbar.
19 <toolbar name='GeanyToolbar'>
20 <toolitem action='New' />
21 <toolitem action='Open' />
22 <toolitem action='Save' />
23 <toolitem action='SaveAll' />
25 <toolitem action='Reload' />
26 <toolitem action='Close' />
28 <toolitem action='NavBack' />
29 <toolitem action='NavFor' />
31 <toolitem action='Compile' />
32 <toolitem action='Build' />
33 <toolitem action='Run' />
35 <toolitem action='Color' />
37 <toolitem action='SearchEntry' />
38 <toolitem action='Search' />
40 <toolitem action='GotoEntry' />
41 <toolitem action='Goto' />
43 <toolitem action='Quit' />