blob: d2f7885e89c562dc1f4ff23aab30205128dbefea (
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
|
<interface>
<object class="GtkWindow" id="window1">
<property name="type">popup</property>
<child>
<object class="GtkActionBar" id="actionbar">
<child type="start">
<object class="GtkButton" id="button1">
<property name="label">Start 1</property>
</object>
</child>
<child type="start">
<object class="GtkButton" id="button2">
<property name="label">Start 2</property>
</object>
</child>
<child type="end">
<object class="GtkButton" id="button3">
<property name="label">End 1</property>
</object>
</child>
<child type="end">
<object class="GtkButton" id="button4">
<property name="label">End 2</property>
</object>
</child>
<child type="center">
<object class="GtkButton" id="button5">
<property name="label">Center</property>
</object>
</child>
</object>
</child>
</object>
</interface>
|