summaryrefslogtreecommitdiff
path: root/testsuite/css/change/test4.ui
blob: 652c017baeb84274b6de066c17baf25dfe7a981b (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkWindow" id="window1">
    <property name="can_focus">False</property>
    <property name="decorated">0</property>
    <child>
      <object class="GtkBox">
        <property name="visible">True</property>
        <child>
          <object class="GtkLabel">
            <style><class name="a"/></style>
          </object>
        </child>
        <child>
          <object class="GtkLabel">
            <style><class name="b"/></style>
          </object>
        </child>
        <child>
          <object class="GtkLabel">
            <style><class name="c"/></style>
          </object>
        </child>
        <child>
          <object class="GtkLabel">
            <style><class name="d"/></style>
          </object>
        </child>
        <child>
          <object class="GtkLabel">
            <style><class name="e"/></style>
            <style><class name="f"/></style>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>