gtk2/testsuite/a11y/paned.ui
2020-02-14 21:18:49 +01:00

19 lines
507 B
XML

<interface>
<object class="GtkWindow" id="window1">
<child>
<object class="GtkPaned" id="paned1">
<child>
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">Left</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label2">
<property name="label" translatable="yes">Right</property>
</object>
</child>
</object>
</child>
</object>
</interface>