blob: 3c8ff8c36fba39386aecdaa4ffc3caca55f235a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Quit
</property>
<attributes>
<attribute name="underline" value="low" start="0" end="1"/>
</attributes>
</object>
</child>
</object>
</interface>
|