blob: bd344d0a108ac847baa0ee125476151436a5ab7d (
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>
<template class="GsProgressButton" parent="GtkButton">
<child>
<object class="GtkStack" id="stack">
<property name="hhomogeneous">False</property>
<property name="vhomogeneous">False</property>
<property name="interpolate-size">True</property>
<property name="transition-type">crossfade</property>
<child>
<object class="GtkStackPage">
<property name="child">
<object class="GtkLabel" id="label">
<property name="label" bind-source="GsProgressButton" bind-property="label" bind-flags="sync-create"/>
<property name="use-underline" bind-source="GsProgressButton" bind-property="use-underline" bind-flags="sync-create"/>
</object>
</property>
</object>
</child>
<child>
<object class="GtkStackPage">
<property name="child">
<object class="GtkImage" id="image">
<property name="icon-name" bind-source="GsProgressButton" bind-property="icon-name" bind-flags="sync-create"/>
</object>
</property>
</object>
</child>
</object>
</child>
</template>
</interface>
|