summaryrefslogtreecommitdiff
path: root/testsuite/css/nodes/checkbutton.rtl.ui
blob: 98cd73b52f8655f2896a89f00bd31b95618524f8 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkWindow" id="window1">
    <property name="type">popup</property>
    <child>
      <object class="GtkBox">
        <property name="orientation">vertical</property>
        <child>
          <object class="GtkCheckButton">
            <child>
              <object class="GtkLabel">
                <property name="label">label</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkRadioButton">
            <child>
              <object class="GtkLabel">
                <property name="label">label</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>