16 lines
392 B
XML
16 lines
392 B
XML
<?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>
|