blob: 3509cbc83015bc57948a67d3057c87420e2ea9ab (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="type">popup</property>
<child>
<object class="GtkButton" id="button1">
<property name="name">reference</property>
<property name="can_focus">1</property>
<property name="has_focus">1</property>
<property name="receives_default">1</property>
<style>
<class name="button-not-image"/>
</style>
<child>
<object class="GtkButton" id="button2">
<property name="name">reference</property>
<property name="can_focus">1</property>
<property name="has_focus">1</property>
<property name="receives_default">1</property>
<style>
<class name="button-not-image2"/>
</style>
<child>
<object class="GtkButton" id="button3">
<property name="name">reference</property>
<property name="label" translatable="yes">Hello World</property>
<property name="can_focus">1</property>
<property name="has_focus">1</property>
<property name="receives_default">1</property>
<style>
<class name="button-not-image3"/>
</style>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>
|