gtk2/gtk/ui/gtklockbutton.ui
Matthias Clasen 160aeb4879 Simplify our ui files
Run gtk4-builder-tool simplify over our ui files,
we simplify some more things now.
2021-09-29 10:58:23 -04:00

35 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
<template class="GtkLockButton" parent="GtkButton">
<property name="receives-default">1</property>
<child>
<object class="GtkBox" id="box">
<property name="halign">3</property>
<property name="valign">3</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="1">Lock</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label_unlock">
<property name="xalign">0</property>
<property name="label" translatable="1">Unlock</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>