File: toolbars.ui

package info (click to toggle)
exo 0.3.1.12rc2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,540 kB
  • ctags: 2,617
  • sloc: ansic: 22,360; sh: 8,676; makefile: 961; python: 403; perl: 235; xml: 128
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: -->