diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:57:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:57:27 +0000 |
commit | 6f0f7d1b40a8fa8d46a2d6f4317600001cdbbb18 (patch) | |
tree | d423850ae901365e582137bdf2b5cbdffd7ca266 /src/gs-progress-button.ui | |
parent | Initial commit. (diff) | |
download | gnome-software-upstream/43.5.tar.xz gnome-software-upstream/43.5.zip |
Adding upstream version 43.5.upstream/43.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/gs-progress-button.ui | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/gs-progress-button.ui b/src/gs-progress-button.ui new file mode 100644 index 0000000..bd344d0 --- /dev/null +++ b/src/gs-progress-button.ui @@ -0,0 +1,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> |