summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/images/label.ui
blob: a1822964d962f4af4e33d5609f58fc6b323394a0 (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="decorated">0</property>
    <property name="resizable">0</property>
    <property name="default-width">280</property>
    <property name="default-height">120</property>
    <style>
       <class name="nobackground"/>
    </style>
    <child>
      <object class="GtkBox">
        <style>
          <class name="shadow"/>
          <class name="background"/>
          <class name="frame"/>
        </style>
        <child>
          <object class="GtkLabel">
            <property name="hexpand">1</property>
            <property name="vexpand">1</property>
            <property name="halign">center</property>
            <property name="valign">center</property>
            <property name="label">Label</property>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>