pidgin/resources/Conversations/window.ui

changeset 40824
132c763c26e4
parent 40577
953d563429b8
child 41184
05b5c210352b
equal deleted inserted replaced
40823:338bba38df77 40824:132c763c26e4
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.2 2 <!-- Generated with glade 3.38.2
3 3
4 Pidgin - Internet Messenger 4 Pidgin - Internet Messenger
5 Copyright (C) Pidgin Developers <devel@pidgin.im> 5 Copyright (C) Pidgin Developers <devel@pidgin.im>
6 6
7 This program is free software; you can redistribute it and/or 7 This program is free software; you can redistribute it and/or
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.20"/> 23 <requires lib="gtk+" version="3.22"/>
23 <!-- interface-license-type gplv2 --> 24 <!-- interface-license-type gplv2 -->
24 <!-- interface-name Pidgin --> 25 <!-- interface-name Pidgin -->
25 <!-- interface-description Internet Messenger --> 26 <!-- interface-description Internet Messenger -->
26 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> 27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
27 <template class="PidginConversationWindow" parent="GtkApplicationWindow"> 28 <template class="PidginConversationWindow" parent="GtkApplicationWindow">
28 <property name="can_focus">False</property> 29 <property name="can-focus">False</property>
29 <property name="role">conversation</property> 30 <property name="role">conversation</property>
30 <child type="titlebar">
31 <placeholder/>
32 </child>
33 <child> 31 <child>
34 <object class="GtkBox" id="vbox"> 32 <object class="GtkBox" id="vbox">
35 <property name="visible">True</property> 33 <property name="visible">True</property>
36 <property name="can_focus">False</property> 34 <property name="can-focus">False</property>
37 <property name="orientation">vertical</property> 35 <property name="orientation">vertical</property>
38 <child> 36 <child>
39 <placeholder/> 37 <placeholder/>
40 </child> 38 </child>
41 </object> 39 </object>

mercurial