File: new_layer.xml

package info (click to toggle)
aseprite 1.0.5%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,504 kB
  • ctags: 18,296
  • sloc: cpp: 84,144; ansic: 49,119; xml: 1,971; objc: 1,211; asm: 117; makefile: 45
file content (32 lines) | stat: -rw-r--r-- 1,053 bytes parent folder | download | duplicates (2)
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
<!-- ASEPRITE -->
<!-- Copyright (C) 2001-2013 by David Capello -->
<gui>
<window text="New Image Layer" id="new_layer">
  <box vertical="true">
    <box horizontal="true">
      <box vertical="true" homogeneous="true">
        <label text="Name:" />
      </box>
      <box vertical="true" homogeneous="true">
        <entry maxsize="256" text="New Layer" id="name" magnet="true" />
      </box>
    </box>
    <box horizontal="true" homogeneous="true">
      <button text="&amp;OK" closewindow="true" id="ok" magnet="true" />
      <button text="&amp;Cancel" closewindow="true" />
    </box>
  </box>
</window>
<window text="New Layer Set" id="new_layer_set">
  <box vertical="true">
    <box horizontal="true">
      <label text="Name:" />
      <entry maxsize="256" text="New Set" id="name" />
    </box>
    <box horizontal="true" homogeneous="true">
      <button text="&amp;OK" closewindow="true" id="ok" magnet="true" />
      <button text="&amp;Cancel" closewindow="true" />
    </box>
  </box>
</window>
</gui>