File: toolbar.xml

package info (click to toggle)
mypaint 1.2.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 51,284 kB
  • ctags: 5,958
  • sloc: python: 35,898; ansic: 4,067; cpp: 3,416; xml: 2,234; sh: 386; makefile: 25
file content (64 lines) | stat: -rw-r--r-- 2,111 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<ui>
<!--
This file is part of MyPaint.
Copyright (C) 2011-2015 by Andrew Chadwick <a.t.chadwick@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
-->
  <popup name="toolbar1-settings-menu">
    <menuitem action="toolbar1_file"/>
    <menuitem action="toolbar1_scrap"/>
    <menuitem action="toolbar1_edit"/>
    <menuitem action="toolbar1_blendmodes"/>
    <menuitem action="toolbar1_linemodes"/>
    <menuitem action="toolbar1_view_modes"/>
    <menuitem action="toolbar1_view_manips"/>
    <menuitem action="toolbar1_view_resets"/>
  </popup>

  <toolbar name="toolbar1">
    <placeholder name="file-toolitems"/>
    <separator/>
    <placeholder name="scrap-toolitems"/>
    <separator/>
    <placeholder name="edit-toolitems"/>
    <separator/>
    <placeholder name="blendmodes-toolitems">
      <toolitem action="BlendModeEraser"/>
    </placeholder>
    <separator/>
    <placeholder name="linemodes-toolitems">
      <toolitem action="FreehandMode"/>
    </placeholder>
    <toolitem action="ColorPickMode"/>
    <toolitem action="FloodFillMode"/>
    <toolitem action="LayerMoveMode"/>
    <toolitem action="FrameEditMode"/>
    <toolitem action="SymmetryEditMode"/>
    <separator/>
    <placeholder name="view-modes-toolitems"/>
    <placeholder name="view-manips-toolitems"/>
    <placeholder name="view-resets-toolitems"/>
  </toolbar>

  <toolbar name="toolbar2">
    <placeholder name="subwindows-toolitems">
      <toolitem action="ColorAdjusters"/>
      <toolitem action="BrushGroups"/>
      <separator/>
      <toolitem action="ToggleModeOptionsTool"/>
      <toolitem action="ToggleLayersTool"/>
      <toolitem action="ToggleScratchpadTool"/>
      <toolitem action="TogglePreviewTool"/>
      <toolitem action='ToggleHistoryPanel'/>
    </placeholder>
    <separator/>
    <placeholder name="end-toolitems">
      <toolitem action="Fullscreen"/>
    </placeholder>
  </toolbar>

</ui>