summaryrefslogtreecommitdiff
path: root/testsuite/a11y/listbox.ui
blob: d20c4c4e35131c6ddbe720a76709780a4695b8eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <object class="GtkWindow" id="window1">
    <property name="can_focus">False</property>
    <property name="type">popup</property>
    <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>