| 13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 GNU General Public License for more details. |
15 GNU General Public License for more details. |
| 16 |
16 |
| 17 You should have received a copy of the GNU General Public License |
17 You should have received a copy of the GNU General Public License |
| 18 along with this program; if not, see <https://www.gnu.org/licenses/>. |
18 along with this program; if not, write to the Free Software |
| |
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 |
20 |
| 20 --> |
21 --> |
| 21 <interface> |
22 <interface> |
| 22 <requires lib="gtk+" version="3.24"/> |
23 <requires lib="gtk+" version="3.24"/> |
| |
24 <requires lib="libhandy" version="1.2"/> |
| 23 <!-- interface-license-type gplv2 --> |
25 <!-- interface-license-type gplv2 --> |
| 24 <!-- interface-name Pidgin --> |
26 <!-- interface-name Pidgin --> |
| 25 <!-- interface-description Internet Messenger --> |
27 <!-- interface-description Internet Messenger --> |
| 26 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
28 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| 27 <template class="PidginNotificationList" parent="GtkBox"> |
29 <template class="PidginNotificationList" parent="GtkBox"> |
| 28 <property name="visible">True</property> |
30 <property name="visible">True</property> |
| 29 <property name="can-focus">False</property> |
31 <property name="can-focus">False</property> |
| 30 <property name="orientation">vertical</property> |
32 <property name="orientation">vertical</property> |
| 31 <child> |
33 <child> |
| 32 <object class="GtkLabel"> |
34 <object class="GtkListBox" id="list_box"> |
| 33 <property name="visible">True</property> |
35 <property name="visible">True</property> |
| 34 <property name="can-focus">False</property> |
36 <property name="can-focus">False</property> |
| 35 <property name="label" translatable="yes">Notifications</property> |
37 <child type="placeholder"> |
| 36 <property name="xalign">0</property> |
38 <object class="HdyStatusPage"> |
| |
39 <property name="visible">True</property> |
| |
40 <property name="can-focus">False</property> |
| |
41 <property name="icon-name">mail-read-symbolic</property> |
| |
42 <property name="title" translatable="yes">Notifications</property> |
| |
43 <property name="description" translatable="yes">You're all caught up!</property> |
| |
44 <child> |
| |
45 <placeholder/> |
| |
46 </child> |
| |
47 </object> |
| |
48 </child> |
| 37 </object> |
49 </object> |
| 38 <packing> |
50 <packing> |
| 39 <property name="expand">False</property> |
51 <property name="expand">True</property> |
| 40 <property name="fill">True</property> |
52 <property name="fill">True</property> |
| 41 <property name="position">0</property> |
53 <property name="position">0</property> |
| 42 </packing> |
54 </packing> |
| 43 </child> |
55 </child> |
| 44 <child> |
|
| 45 <object class="GtkListBox" id="list_box"> |
|
| 46 <property name="visible">True</property> |
|
| 47 <property name="can-focus">False</property> |
|
| 48 </object> |
|
| 49 <packing> |
|
| 50 <property name="expand">True</property> |
|
| 51 <property name="fill">True</property> |
|
| 52 <property name="position">1</property> |
|
| 53 </packing> |
|
| 54 </child> |
|
| 55 </template> |
56 </template> |
| 56 </interface> |
57 </interface> |