OSDN Git Service

colorize: add brushmodifier action & toolbar entry
[mypaint-anime/master.git] / gui / toolbar.xml
1 <ui>
2 <!--
3 This file is part of MyPaint.
4 Copyright (C) 2011 by Andrew Chadwick <andrewc-git@piffle.org>
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10 -->
11   <popup name="toolbar1-settings-menu">
12     <menuitem action="toolbar1_file"/>
13     <menuitem action="toolbar1_scrap"/>
14     <menuitem action="toolbar1_edit"/>
15     <menuitem action="toolbar1_blendmodes"/>
16     <menuitem action="toolbar1_view"/>
17     <menuitem action="toolbar1_subwindows"/>
18   </popup>
19
20   <toolbar name="toolbar1">
21     <placeholder name="file-toolitems"/>
22     <separator/>
23     <placeholder name="scrap-toolitems"/>
24     <separator/>
25     <placeholder name="edit-toolitems"/>
26     <separator/>
27     <placeholder name="paint-settings-toolitems">
28       <toolitem action="ColorDropdown"/>
29       <toolitem action="BrushDropdown"/>
30       <toolitem action="BrushSettingsDropdown"/>
31     </placeholder>
32     <separator/>
33     <placeholder name="blendmodes-toolitems"/>
34     <separator/>
35     <placeholder name="view-toolitems"/>
36     <separator/>
37     <placeholder name="subwindows-toolitems"/>
38     <separator expand="true"/>
39     <placeholder name="end-toolitems">
40       <toolitem action="Fullscreen"/>
41     </placeholder>
42   </toolbar>
43
44 </ui>