mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
|
<interface>
|
||
|
<object class="GtkPaned">
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="label">start</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="label">end</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|