File: layerswindow.xml

package info (click to toggle)
mypaint 2.0.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,884 kB
  • sloc: python: 43,893; cpp: 6,931; xml: 2,475; sh: 473; makefile: 25
file content (41 lines) | stat: -rw-r--r-- 1,329 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
<ui>
  <popup name='LayersWindowPopup'>
    <placeholder name="BasicLayerProperties">
      <menuitem action='LayerProperties'/>
      <menuitem action='LayerLockedToggle'/>
      <menuitem action='LayerVisibleToggle'/>
      <separator/>
      <menuitem action='LayerMode'/>
    </placeholder>
    <placeholder name="AdvancedLayerProperties"/>
    <separator/>
    <placeholder name="BasicListActions">
      <menuitem action='NewPaintingLayerAbove'/>
      <menuitem action='NewVectorLayerAbove'/>
      <menuitem action='NewLayerGroupAbove'/>
      <separator/>
      <menuitem action='DuplicateLayer'/>
      <menuitem action='RemoveLayer'/>
    </placeholder>
    <separator/>
    <placeholder name="BasicLayerActions">
      <menuitem action="FlipLayerMoveMode"/>
    </placeholder>
    <separator/>
    <placeholder name="AdvancedLayerActions">
      <menuitem action='MergeLayerDown'/>
      <menuitem action='MergeVisibleLayers'/>
      <menuitem action='NewLayerMergedFromVisible'/>
      <menuitem action='NormalizeLayerMode'/>
      <separator/>
    </placeholder>
    <separator/>
    <placeholder name="AdvancedListActions"/>
    <separator/>
    <placeholder name="BackgroundActions">
      <menuitem action='ShowBackgroundToggle'/>
      <menuitem action='BackgroundWindow'/>
    </placeholder>
  </popup>
</ui>