summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkstatusbar.ui
blob: bbd871594d899987bc0adcec089d42f780e248e0 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
  <template class="GtkStatusbar" parent="GtkWidget">
    <child>
      <object class="GtkFrame" id="frame">
        <property name="shadow-type">none</property>
        <property name="hexpand">1</property>
        <child>
          <object class="GtkBox" id="message_area">
            <property name="spacing">4</property>
            <child>
              <object class="GtkLabel" id="label">
                <property name="halign">start</property>
                <property name="valign">center</property>
                <property name="ellipsize">end</property>
                <property name="single-line-mode">1</property>
              </object>
            </child>
          </object>
        </child>
        <child type="label_item"/>
      </object>
    </child>
  </template>
</interface>