File: app-menu.ui

package info (click to toggle)
gnome-tetravex 1%3A3.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,856 kB
  • ctags: 641
  • sloc: ansic: 13,857; sh: 1,237; makefile: 114; xml: 31
file content (63 lines) | stat: -rw-r--r-- 2,297 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
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
<interface>
  <menu id="app-menu">
    <section>
      <item>
        <attribute name="label" translatable="yes">_New Game</attribute>
        <attribute name="action">app.new-game</attribute>
        <attribute name="accel">&lt;Primary&gt;n</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Scores</attribute>
        <attribute name="action">app.scores</attribute>
      </item>
    </section>
    <section>
      <submenu>
        <attribute name="label" translatable="yes">_Size</attribute>
        <section>
          <item>
            <attribute name="label" translatable="yes">_2x2</attribute>
            <attribute name="action">app.size</attribute>
            <attribute name="target">2</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">_3x3</attribute>
            <attribute name="action">app.size</attribute>
            <attribute name="target">3</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">_4x4</attribute>
            <attribute name="action">app.size</attribute>
            <attribute name="target">4</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">_5x5</attribute>
            <attribute name="action">app.size</attribute>
            <attribute name="target">5</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">_6x6</attribute>
            <attribute name="action">app.size</attribute>
            <attribute name="target">6</attribute>
          </item>
        </section>
      </submenu>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Help</attribute>
        <attribute name="action">app.help</attribute>
        <attribute name="accel">F1</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_About</attribute>
        <attribute name="action">app.about</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Quit</attribute>
        <attribute name="action">app.quit</attribute>
        <attribute name="accel">&lt;Primary&gt;q</attribute>
      </item>
    </section>
  </menu>
</interface>