gtk2/testsuite/a11y/listbox.ui
2020-04-09 17:50:29 -04:00

41 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<child>
<object class="GtkListBox" id="listbox1">
<property name="visible">True</property>
<property name="selection-mode">none</property>
<child>
<object class="GtkLabel" id="row1">
<property name="visible">True</property>
<property name="label">Row One</property>
</object>
</child>
<child>
<object class="GtkLabel" id="row2">
<property name="visible">True</property>
<property name="label">Row Two</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkListBox" id="listbox2">
<property name="visible">True</property>
<child>
<object class="GtkLabel" id="row3">
<property name="visible">True</property>
<property name="label">Row Tree</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>