summaryrefslogtreecommitdiff
path: root/testsuite/reftests/label-wrap-word-char-natural-size.ref.ui
blob: 405064420c9cae65a9c7aef3935bf02a1a2c8f48 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkWindow">
    <property name="default-width">600</property>
    <property name="default-height">300</property>
    <child>
      <object class="GtkBox">
        <property name="halign">center</property>
        <child>
          <object class="GtkLabel">
            <property name="label">lots
of
lines</property>
          </object>
        </child>
        <child>
          <object class="GtkLabel">
            <property name="label">unwrappable
words</property>
          </object>
        </child>
        <child>
          <object class="GtkLabel">
            <property name="label">single line of text</property>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>