16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<object class="GtkPaned">
|
||
|
<property name="end-child">
|
||
|
<object class="GtkLabel">
|
||
|
<property name="label">end</property>
|
||
|
</object>
|
||
|
</property>
|
||
|
<property name="start-child">
|
||
|
<object class="GtkLabel">
|
||
|
<property name="label">start</property>
|
||
|
</object>
|
||
|
</property>
|
||
|
</object>
|
||
|
</interface>
|