| |
1 <?xml version="1.0" encoding="UTF-8"?> |
| |
2 <!-- Generated with glade 3.22.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.20"/> |
| |
23 <!-- interface-license-type gplv2 --> |
| |
24 <!-- interface-name Pidgin --> |
| |
25 <!-- interface-description Internet Messenger --> |
| |
26 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| |
27 <template class="PidginConversationWindow" parent="GtkApplicationWindow"> |
| |
28 <property name="can_focus">False</property> |
| |
29 <property name="role">conversation</property> |
| |
30 <child type="titlebar"> |
| |
31 <placeholder/> |
| |
32 </child> |
| |
33 <child> |
| |
34 <object class="GtkBox" id="vbox"> |
| |
35 <property name="visible">True</property> |
| |
36 <property name="can_focus">False</property> |
| |
37 <property name="orientation">vertical</property> |
| |
38 <child> |
| |
39 <placeholder/> |
| |
40 </child> |
| |
41 </object> |
| |
42 </child> |
| |
43 </template> |
| |
44 </interface> |