summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkstatusbar.ui
blob: 8dbd537a7e832008b428fd18d9f06607d6bf6bef (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
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk30">
  <!-- interface-requires gtk+ 3.10 -->
  <template class="GtkStatusbar" parent="GtkBox">
    <property name="spacing">2</property>
    <property name="margin_start">10</property>
    <property name="margin_end">10</property>
    <property name="margin_top">6</property>
    <property name="margin_bottom">6</property>
    <child>
      <object class="GtkFrame" id="frame">
        <property name="visible">1</property>
        <property name="shadow_type">none</property>
        <child>
          <object class="GtkBox" id="message_area">
            <property name="visible">1</property>
            <property name="spacing">4</property>
            <property name="margin">4</property>
            <child>
              <object class="GtkLabel" id="label">
                <property name="visible">1</property>
                <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>
      <packing>
        <property name="expand">1</property>
      </packing>
    </child>
  </template>
</interface>