2013-03-23 08:52:48 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface domain="gtk30">
|
|
|
|
<!-- interface-requires gtk+ 3.6 -->
|
|
|
|
<template class="GtkLockButton" parent="GtkButton">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
2013-03-23 08:52:48 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
2013-03-23 08:52:48 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="image">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
2014-01-21 13:26:08 +00:00
|
|
|
<property name="icon_name">image-missing</property>
|
2013-03-23 08:52:48 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="fill">0</property>
|
2013-03-23 08:52:48 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2016-01-03 14:55:30 +00:00
|
|
|
<object class="GtkStack" id="stack">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
2016-01-03 14:55:30 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label_lock">
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Lock</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label_unlock">
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Unlock</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2013-03-23 08:52:48 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|