You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
876 B
27 lines
876 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="SpinnerButton" parent="GtkButton"> |
|
<property name="child"> |
|
<object class="GtkStack" id="stack"> |
|
<property name="transition-type">crossfade</property> |
|
<child> |
|
<object class="GtkLabel" id="label"> |
|
<property name="use_underline">True</property> |
|
<property name="mnemonic_widget">SpinnerButton</property> |
|
<style> |
|
<class name="text-button"/> |
|
</style> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkSpinner" id="spinner"> |
|
<property name="spinning">True</property> |
|
<property name="valign">center</property> |
|
<property name="halign">center</property> |
|
</object> |
|
</child> |
|
</object> |
|
</property> |
|
</template> |
|
</interface> |
|
|
|
|