blob: af061399430ee0e8556d70760fc75b2d8ffb5cf3 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Fri Nov 1 11:43:04 2013 -->
<interface>
<!-- interface-requires gtk+ 3.10 -->
<object class="GtkLabel" id="label_a">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_bottom">5</property>
<property name="label" translatable="yes">label_a</property>
</object>
<object class="GtkLabel" id="label_b">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">label_b</property>
</object>
<object class="GtkSizeGroup" id="asizegroup">
<widgets>
<widget name="label_b"/>
<widget name="label_a"/>
</widgets>
</object>
<object class="GtkLabel" id="label_c">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">label_c</property>
</object>
<object class="GtkAction" id="xaction"/>
<object class="GtkActionGroup" id="xactiongroup">
<child>
<object class="GtkAction" id="action1"/>
</child>
</object>
<object class="GtkWindow" id="anotherwindow">
<property name="can_focus">False</property>
<child>
<object class="GtkBox" id="box2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="button1">
<property name="related_action">xaction</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button2">
<property name="label" translatable="yes">button</property>
<property name="related_action">action1</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
<object class="GtkEntryBuffer" id="xentrybuffer"/>
<object class="GtkListStore" id="xliststore"/>
<object class="GtkTreeView" id="treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">xliststore</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
</object>
<object class="GtkAccelGroup" id="zaccelgroup"/>
<object class="GtkWindow" id="awindow">
<property name="can_focus">False</property>
<accel-groups>
<group name="zaccelgroup"/>
</accel-groups>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkEntry" id="entry1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="buffer">xentrybuffer</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
<object class="GtkIconFactory" id="ziconfactory"/>
</interface>
|