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 Podcasts.
7
8GNOME Podcasts 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 Podcasts 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 Podcasts.  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  <!-- interface-license-type gplv3 -->
29  <!-- interface-name GNOME Podcasts -->
30  <!-- interface-description A podcast client for the GNOME Desktop -->
31  <!-- interface-copyright 2017 - 2018 -->
32  <!-- interface-authors Jordan Petridis\nTobias Bernard -->
33  <object class="GtkBox" id="frame_parent">
34    <property name="visible">True</property>
35    <property name="can_focus">False</property>
36    <property name="margin_start">6</property>
37    <property name="margin_end">6</property>
38    <property name="margin_top">32</property>
39    <property name="margin_bottom">32</property>
40    <property name="hexpand">True</property>
41    <property name="orientation">vertical</property>
42    <property name="spacing">24</property>
43    <child>
44      <object class="GtkBox" id="today_box">
45        <property name="can_focus">False</property>
46        <property name="no_show_all">True</property>
47        <property name="hexpand">True</property>
48        <property name="orientation">vertical</property>
49        <property name="spacing">6</property>
50        <child>
51          <object class="GtkLabel">
52            <property name="visible">True</property>
53            <property name="can_focus">False</property>
54            <property name="halign">start</property>
55            <property name="hexpand">True</property>
56            <property name="label" translatable="yes">Today</property>
57            <attributes>
58              <attribute name="weight" value="bold"/>
59              <attribute name="scale" value="1.5"/>
60            </attributes>
61          </object>
62        </child>
63        <child>
64          <object class="GtkListBox" id="today_list">
65            <property name="visible">True</property>
66            <property name="can_focus">False</property>
67            <property name="hexpand">True</property>
68            <property name="activate_on_single_click">True</property>
69            <property name="selection_mode">none</property>
70            <style>
71              <class name="content"/>
72            </style>
73          </object>
74        </child>
75      </object>
76    </child>
77    <child>
78      <object class="GtkBox" id="yday_box">
79        <property name="can_focus">False</property>
80        <property name="no_show_all">True</property>
81        <property name="hexpand">True</property>
82        <property name="orientation">vertical</property>
83        <property name="spacing">6</property>
84        <child>
85          <object class="GtkLabel">
86            <property name="visible">True</property>
87            <property name="can_focus">False</property>
88            <property name="halign">start</property>
89            <property name="label" translatable="yes">Yesterday</property>
90            <attributes>
91              <attribute name="weight" value="bold"/>
92              <attribute name="scale" value="1.5"/>
93            </attributes>
94          </object>
95        </child>
96        <child>
97          <object class="GtkListBox" id="yday_list">
98            <property name="visible">True</property>
99            <property name="can_focus">False</property>
100            <property name="hexpand">True</property>
101            <property name="activate_on_single_click">True</property>
102            <property name="selection_mode">none</property>
103            <style>
104              <class name="content"/>
105            </style>
106          </object>
107        </child>
108      </object>
109    </child>
110    <child>
111      <object class="GtkBox" id="week_box">
112        <property name="can_focus">False</property>
113        <property name="no_show_all">True</property>
114        <property name="hexpand">True</property>
115        <property name="orientation">vertical</property>
116        <property name="spacing">6</property>
117        <child>
118          <object class="GtkLabel">
119            <property name="visible">True</property>
120            <property name="can_focus">False</property>
121            <property name="halign">start</property>
122            <property name="label" translatable="yes">This Week</property>
123            <attributes>
124              <attribute name="weight" value="bold"/>
125              <attribute name="scale" value="1.5"/>
126            </attributes>
127          </object>
128        </child>
129        <child>
130          <object class="GtkListBox" id="week_list">
131            <property name="visible">True</property>
132            <property name="can_focus">False</property>
133            <property name="hexpand">True</property>
134            <property name="activate_on_single_click">True</property>
135            <property name="selection_mode">none</property>
136            <style>
137              <class name="content"/>
138            </style>
139          </object>
140        </child>
141      </object>
142    </child>
143    <child>
144      <object class="GtkBox" id="month_box">
145        <property name="can_focus">False</property>
146        <property name="no_show_all">True</property>
147        <property name="hexpand">True</property>
148        <property name="orientation">vertical</property>
149        <property name="spacing">6</property>
150        <child>
151          <object class="GtkLabel">
152            <property name="visible">True</property>
153            <property name="can_focus">False</property>
154            <property name="halign">start</property>
155            <property name="label" translatable="yes">This Month</property>
156            <attributes>
157              <attribute name="weight" value="bold"/>
158              <attribute name="scale" value="1.5"/>
159            </attributes>
160          </object>
161        </child>
162        <child>
163          <object class="GtkListBox" id="month_list">
164            <property name="visible">True</property>
165            <property name="can_focus">False</property>
166            <property name="hexpand">True</property>
167            <property name="activate_on_single_click">True</property>
168            <property name="selection_mode">none</property>
169            <style>
170              <class name="content"/>
171            </style>
172          </object>
173        </child>
174      </object>
175    </child>
176    <child>
177      <object class="GtkBox" id="rest_box">
178        <property name="can_focus">False</property>
179        <property name="no_show_all">True</property>
180        <property name="hexpand">True</property>
181        <property name="orientation">vertical</property>
182        <property name="spacing">6</property>
183        <child>
184          <object class="GtkLabel">
185            <property name="visible">True</property>
186            <property name="can_focus">False</property>
187            <property name="halign">start</property>
188            <property name="hexpand">True</property>
189            <property name="label" translatable="yes">Older</property>
190            <attributes>
191              <attribute name="weight" value="bold"/>
192              <attribute name="scale" value="1.5"/>
193            </attributes>
194          </object>
195        </child>
196        <child>
197          <object class="GtkListBox" id="rest_list">
198            <property name="visible">True</property>
199            <property name="can_focus">False</property>
200            <property name="no_show_all">True</property>
201            <property name="hexpand">True</property>
202            <property name="activate_on_single_click">True</property>
203            <property name="selection_mode">none</property>
204            <style>
205              <class name="content"/>
206            </style>
207          </object>
208        </child>
209      </object>
210    </child>
211  </object>
212</interface>
213