summaryrefslogtreecommitdiff
path: root/testsuite/css/style/label.ui
blob: 50aca9e92fabcac02c35b7cb9acd5feb3256e99c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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">
            <property name="visible">True</property>
            <property name="label" translatable="yes">Hello World!</property>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>