summaryrefslogtreecommitdiff
path: root/gtk/ui/gtklockbutton.ui
blob: 820ba63692db611bcf6f3583c1522626a82548a8 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
  <template class="GtkLockButton" parent="GtkButton">
    <property name="can-focus">1</property>
    <property name="receives-default">1</property>
    <child>
      <object class="GtkBox" id="box">
        <property name="halign">center</property>
        <property name="valign">center</property>
        <property name="spacing">6</property>
        <child>
          <object class="GtkImage" id="image">
            <property name="icon-name">image-missing</property>
          </object>
        </child>
        <child>
          <object class="GtkStack" id="stack">
            <child>
              <object class="GtkLabel" id="label_lock">
                <property name="xalign">0</property>
                <property name="label" translatable="yes">Lock</property>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="label_unlock">
                <property name="xalign">0</property>
                <property name="label" translatable="yes">Unlock</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>