gtk2/testsuite/a11y/paned.ui

20 lines
550 B
Plaintext
Raw Normal View History

2011-06-23 03:11:20 +00:00
<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>