File: menubar_basis.ui

package info (click to toggle)
gnome-devel-docs 3.22.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 60,536 kB
  • ctags: 658
  • sloc: xml: 2,480; ansic: 2,228; python: 1,854; makefile: 791; sh: 480; cpp: 131
file content (17 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <menu id="menubar">
    <submenu>
      <attribute name="label">File</attribute>
    </submenu>
    <submenu>
      <attribute name="label">Edit</attribute>
    </submenu>
    <submenu>
      <attribute name="label">Choices</attribute>
    </submenu>
    <submenu>
      <attribute name="label">Help</attribute>
    </submenu>
  </menu>
</interface>