1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.22.0
3
4Copyright (C) 2017 - 2018
5
6This file is part of GNOME Podcast.
7
8GNOME Podcast is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 3 of the License, or
11(at your option) any later version.
12
13GNOME Podcast is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNOME Podcast.  If not, see <http://www.gnu.org/licenses/>.
20
21Authors:
22Jordan Petridis
23Tobias Bernard
24
25-->
26<interface>
27  <requires lib="gtk+" version="3.22"/>
28  <object class="GtkMenuButton" id="rate_button">
29    <property name="visible">True</property>
30    <property name="can_focus">True</property>
31    <property name="receives_default">True</property>
32    <property name="tooltip_text" translatable="yes">Change the playback speed</property>
33    <property name="halign">center</property>
34    <property name="valign">center</property>
35    <property name="direction">up</property>
36    <property name="menu_model">rate_menu</property>
37    <child>
38      <object class="GtkBox" id="menu_box">
39        <property name="visible">True</property>
40        <property name="can_focus">False</property>
41        <property name="spacing">6</property>
42        <child>
43          <object class="GtkLabel" id="rate_label">
44            <property name="visible">True</property>
45            <property name="can_focus">False</property>
46            <property name="label" translatable="yes">1.00×</property>
47            <attributes>
48              <attribute name="font-features" value="tnum=1"/>
49            </attributes>
50          </object>
51        </child>
52        <child>
53          <object class="GtkImage">
54            <property name="visible">True</property>
55            <property name="can_focus">False</property>
56            <property name="icon_name">pan-down-symbolic</property>
57          </object>
58        </child>
59      </object>
60    </child>
61  </object>
62  <menu id="rate_menu">
63    <section>
64      <item>
65        <attribute name="label" translatable="yes">2.00×</attribute>
66        <attribute name="action">rate.set</attribute>
67        <attribute name="target">2.00</attribute>
68      </item>
69      <item>
70        <attribute name="label" translatable="yes">1.75×</attribute>
71        <attribute name="action">rate.set</attribute>
72        <attribute name="target">1.75</attribute>
73      </item>
74      <item>
75        <attribute name="label" translatable="yes">1.50×</attribute>
76        <attribute name="action">rate.set</attribute>
77        <attribute name="target">1.50</attribute>
78      </item>
79      <item>
80        <attribute name="label" translatable="yes">1.25×</attribute>
81        <attribute name="action">rate.set</attribute>
82        <attribute name="target">1.25</attribute>
83      </item>
84      <item>
85        <attribute name="label" translatable="yes">1.00×</attribute>
86        <attribute name="action">rate.set</attribute>
87        <attribute name="target">1.00</attribute>
88      </item>
89      <item>
90        <attribute name="label" translatable="yes">0.90×</attribute>
91        <attribute name="action">rate.set</attribute>
92        <attribute name="target">0.90</attribute>
93      </item>
94      <item>
95        <attribute name="label" translatable="yes">0.75×</attribute>
96        <attribute name="action">rate.set</attribute>
97        <attribute name="target">0.75</attribute>
98      </item>
99    </section>
100  </menu>
101</interface>
102