pidgin/resources/BuddyList/window.ui

branch
gtk4
changeset 41578
a76d00557fea
parent 41497
00159335ff65
child 41582
4ee4a8ddc190
equal deleted inserted replaced
41577:ac14c348eba0 41578:a76d00557fea
18 along with this program; if not, write to the Free Software 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 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20 20
21 --> 21 -->
22 <interface> 22 <interface>
23 <requires lib="gtk+" version="3.22"/> 23 <requires lib="gtk" version="4.0"/>
24 <requires lib="pidgin" version="3.0"/> 24 <requires lib="pidgin" version="3.0"/>
25 <!-- interface-license-type gplv2 --> 25 <!-- interface-license-type gplv2 -->
26 <!-- interface-name Pidgin --> 26 <!-- interface-name Pidgin -->
27 <!-- interface-description Internet Messenger --> 27 <!-- interface-description Internet Messenger -->
28 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> 28 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
29 <template class="PidginContactListWindow" parent="GtkApplicationWindow"> 29 <template class="PidginContactListWindow" parent="GtkApplicationWindow">
30 <property name="can-focus">False</property> 30 <property name="title" translatable="1">Contact List</property>
31 <property name="title" translatable="yes">Contact List</property>
32 <property name="role">contact_list</property>
33 <child> 31 <child>
34 <object class="GtkBox" id="vbox"> 32 <object class="GtkBox" id="vbox">
35 <property name="visible">True</property>
36 <property name="can-focus">False</property>
37 <property name="orientation">vertical</property> 33 <property name="orientation">vertical</property>
38 </object> 34 </object>
39 </child> 35 </child>
40 </template> 36 </template>
41 </interface> 37 </interface>

mercurial