summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/src/hdy-action-row.ui
blob: ff54c1522b834567ae018f48c89991e8933122b8 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="HdyActionRow" parent="HdyPreferencesRow">
    <property name="activatable">False</property>
    <child>
      <object class="GtkBox" id="header">
        <property name="can_focus">False</property>
        <property name="spacing">12</property>
        <property name="valign">center</property>
        <property name="visible">True</property>
        <style>
          <class name="header"/>
        </style>
        <child>
          <object class="GtkBox" id="prefixes">
            <property name="can_focus">False</property>
            <property name="no_show_all">True</property>
            <property name="spacing">12</property>
            <property name="visible">False</property>
          </object>
        </child>
        <child>
          <object class="GtkImage" id="image">
            <property name="no_show_all">True</property>
            <property name="pixel_size">32</property>
            <property name="valign">center</property>
          </object>
        </child>
        <child>
          <object class="GtkBox" id="title_box">
            <property name="can_focus">False</property>
            <property name="halign">start</property>
            <property name="no_show_all">True</property>
            <property name="orientation">vertical</property>
            <property name="valign">center</property>
            <property name="visible">True</property>
            <style>
              <class name="title"/>
            </style>
            <child>
              <object class="GtkLabel" id="title">
                <property name="can_focus">False</property>
                <property name="ellipsize">end</property>
                <property name="halign">start</property>
                <property name="hexpand">True</property>
                <property name="label" bind-source="HdyActionRow" bind-property="title" bind-flags="sync-create"/>
                <property name="visible">True</property>
                <property name="xalign">0</property>
                <style>
                  <class name="title"/>
                </style>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="subtitle">
                <property name="can_focus">False</property>
                <property name="ellipsize">end</property>
                <property name="halign">start</property>
                <property name="hexpand">True</property>
                <property name="xalign">0</property>
                <style>
                  <class name="subtitle"/>
                </style>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkBox" id="suffixes">
            <property name="can_focus">False</property>
            <property name="no_show_all">True</property>
            <property name="spacing">12</property>
            <property name="visible">False</property>
          </object>
          <packing>
            <property name="pack-type">end</property>
          </packing>
        </child>
      </object>
    </child>
  </template>
</interface>