blob: d7e0de7a9b7e5c000ce362a12ae91f85a1fa8c5e (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<property name="height_request">120</property>
<child>
<object class="GtkPaned" id="paned1">
<property name="shrink-start-child">0</property>
<property name="resize-start-child">0</property>
<property name="orientation">vertical</property>
<property name="position">10</property>
<child>
<object class="GtkBox" id="box1">
<property name="width_request">50</property>
<property name="height_request">10</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label1"/>
</child>
</object>
</child>
</object>
</interface>
|