File: playback_button.ui

package info (click to toggle)
mousai 0.7.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,560 kB
  • sloc: xml: 26; makefile: 25; sh: 16
file content (20 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="MousaiPlaybackButton" parent="GtkButton">
    <property name="child">
      <object class="GtkStack" id="stack">
        <child>
          <object class="GtkImage" id="image_child"/>
        </child>
        <child>
          <object class="AdwSpinner" id="spinner_child">
            <property name="halign">center</property>
            <property name="valign">center</property>
            <property name="width-request">24</property>
            <property name="height-request">24</property>
          </object>
        </child>
      </object>
    </property>
  </template>
</interface>