| |
1 <?xml version="1.0" encoding="UTF-8"?> |
| |
2 <!-- Generated with glade 3.38.2 |
| |
3 |
| |
4 Pidgin - Internet Messenger |
| |
5 Copyright (C) Pidgin Developers <devel@pidgin.im> |
| |
6 |
| |
7 This program is free software; you can redistribute it and/or |
| |
8 modify it under the terms of the GNU General Public License |
| |
9 as published by the Free Software Foundation; either version 2 |
| |
10 of the License, or (at your option) any later version. |
| |
11 |
| |
12 This program is distributed in the hope that it will be useful, |
| |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| |
15 GNU General Public License for more details. |
| |
16 |
| |
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/>. |
| |
19 |
| |
20 --> |
| |
21 <interface> |
| |
22 <requires lib="gtk+" version="3.24"/> |
| |
23 <requires lib="libhandy" version="0.0"/> |
| |
24 <!-- interface-license-type gplv2 --> |
| |
25 <!-- interface-name Pidgin --> |
| |
26 <!-- interface-description Internet Messenger --> |
| |
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| |
28 <template class="PidginNotificationAuthorizationRequest" parent="HdyActionRow"> |
| |
29 <property name="visible">True</property> |
| |
30 <property name="can-focus">True</property> |
| |
31 <property name="activatable">False</property> |
| |
32 <property name="title-lines">3</property> |
| |
33 <property name="subtitle-lines">3</property> |
| |
34 <child> |
| |
35 <object class="GtkButton" id="accept"> |
| |
36 <property name="label" translatable="yes">Accept</property> |
| |
37 <property name="visible">True</property> |
| |
38 <property name="can-focus">True</property> |
| |
39 <property name="receives-default">True</property> |
| |
40 <property name="halign">center</property> |
| |
41 <property name="valign">center</property> |
| |
42 <signal name="clicked" handler="pidgin_notification_authorization_request_accept_cb" object="PidginNotificationAuthorizationRequest" swapped="no"/> |
| |
43 <style> |
| |
44 <class name="suggested-action"/> |
| |
45 </style> |
| |
46 </object> |
| |
47 </child> |
| |
48 <child> |
| |
49 <object class="GtkButton" id="deny"> |
| |
50 <property name="label" translatable="yes">Deny</property> |
| |
51 <property name="visible">True</property> |
| |
52 <property name="can-focus">True</property> |
| |
53 <property name="receives-default">True</property> |
| |
54 <property name="halign">center</property> |
| |
55 <property name="valign">center</property> |
| |
56 <signal name="clicked" handler="pidgin_notification_authorization_request_deny_cb" object="PidginNotificationAuthorizationRequest" swapped="no"/> |
| |
57 <style> |
| |
58 <class name="destructive-action"/> |
| |
59 </style> |
| |
60 </object> |
| |
61 </child> |
| |
62 <child> |
| |
63 <object class="GtkButton" id="message"> |
| |
64 <property name="label" translatable="yes">Message</property> |
| |
65 <property name="visible">True</property> |
| |
66 <property name="can-focus">True</property> |
| |
67 <property name="receives-default">True</property> |
| |
68 <property name="halign">center</property> |
| |
69 <property name="valign">center</property> |
| |
70 <signal name="clicked" handler="pidgin_notification_authorization_request_message_cb" object="PidginNotificationAuthorizationRequest" swapped="no"/> |
| |
71 </object> |
| |
72 </child> |
| |
73 <child> |
| |
74 <object class="GtkButton" id="remove"> |
| |
75 <property name="visible">True</property> |
| |
76 <property name="can-focus">True</property> |
| |
77 <property name="receives-default">True</property> |
| |
78 <property name="halign">center</property> |
| |
79 <property name="valign">center</property> |
| |
80 <property name="relief">none</property> |
| |
81 <signal name="clicked" handler="pidgin_notification_authorization_request_remove_cb" object="PidginNotificationAuthorizationRequest" swapped="no"/> |
| |
82 <child> |
| |
83 <object class="GtkImage"> |
| |
84 <property name="visible">True</property> |
| |
85 <property name="can-focus">False</property> |
| |
86 <property name="icon-name">edit-delete-symbolic</property> |
| |
87 </object> |
| |
88 </child> |
| |
89 </object> |
| |
90 </child> |
| |
91 </template> |
| |
92 </interface> |