File: toolbars.ui

package info (click to toggle)
exo 0.6.2-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,696 kB
  • sloc: ansic: 22,617; sh: 11,230; makefile: 913; xml: 629; python: 402; perl: 239
file content (22 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE toolbars SYSTEM "toolbars.dtd">

<!--
  Copyright (c) 2005 os-cillation

  Example toolbar configuration.
-->

<toolbars>
  <toolbar name="main" style="both-horiz">
    <toolitem id="up" />
    <toolitem id="down" />

    <separator />

    <toolitem id="forward" />
    <toolitem id="back" />
  </toolbar>
</toolbars>

<!-- vi:set ts=2 sw=2 ai et: -->