gtk2/testsuite/a11y/paned.ui
Matthias Clasen 396deb44fa Convert ui files
Run gtk4-builder-tool simplify --3to4 over all ui files.
2019-03-27 21:48:12 -04:00

20 lines
550 B
XML

<interface>
<object class="GtkWindow" id="window1">
<property name="type">popup</property>
<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>