File: toolbar.xml

package info (click to toggle)
gaupol 0.7.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,336 kB
  • ctags: 2,320
  • sloc: python: 15,507; xml: 155; sh: 18; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<ui>
  <toolbar name="main_toolbar">
    <toolitem name="save" action="save_main_document"/>
    <separator/>
    <toolitem name="find" action="find"/>
    <toolitem name="replace" action="replace"/>
    <separator/>
    <toolitem name="check_spelling" action="check_spelling"/>
    <toolitem name="preview" action="preview"/>
  </toolbar>
</ui>