| 22 <requires lib="pidgin" version="3.0"/> |
22 <requires lib="pidgin" version="3.0"/> |
| 23 <!-- interface-license-type gplv2 --> |
23 <!-- interface-license-type gplv2 --> |
| 24 <!-- interface-name Pidgin --> |
24 <!-- interface-name Pidgin --> |
| 25 <!-- interface-description Internet Messenger --> |
25 <!-- interface-description Internet Messenger --> |
| 26 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
26 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| 27 <template class="PidginContactList" parent="AdwBin"> |
27 <template class="PidginContactList" parent="GtkBox"> |
| |
28 <property name="orientation">vertical</property> |
| |
29 <child> |
| |
30 <object class="GtkSearchBar" id="search_bar"> |
| |
31 <property name="key-capture-widget">PidginContactList</property> |
| |
32 <property name="show-close-button">1</property> |
| |
33 <child> |
| |
34 <object class="GtkSearchEntry" id="search_entry"> |
| |
35 <signal name="search-changed" handler="pidgin_contact_list_search_changed_cb"/> |
| |
36 </object> |
| |
37 </child> |
| |
38 </object> |
| |
39 </child> |
| 28 <child> |
40 <child> |
| 29 <object class="GtkListView" id="view"> |
41 <object class="GtkListView" id="view"> |
| |
42 <property name="hexpand">1</property> |
| |
43 <property name="vexpand">1</property> |
| 30 <property name="factory"> |
44 <property name="factory"> |
| 31 <object class="GtkBuilderListItemFactory"> |
45 <object class="GtkBuilderListItemFactory"> |
| 32 <property name="bytes"> |
46 <property name="bytes"> |
| 33 <![CDATA[ |
47 <![CDATA[ |
| 34 <?xml version="1.0" encoding="UTF-8"?> |
48 <?xml version="1.0" encoding="UTF-8"?> |
| 103 </interface> |
117 </interface> |
| 104 ]]> |
118 ]]> |
| 105 </property> |
119 </property> |
| 106 </object> |
120 </object> |
| 107 </property> |
121 </property> |
| 108 <signal name="activate" handler="pidgin_contact_list_activate_cb" swapped="no"/> |
122 <property name="model"> |
| |
123 <object class="GtkSingleSelection"> |
| |
124 <property name="autoselect">1</property> |
| |
125 <property name="model"> |
| |
126 <object class="GtkFilterListModel" id="filter_model"> |
| |
127 <property name="incremental">0</property> |
| |
128 <property name="filter"> |
| |
129 <object class="GtkCustomFilter" id="search_filter"/> |
| |
130 </property> |
| |
131 </object> |
| |
132 </property> |
| |
133 </object> |
| |
134 </property> |
| |
135 <signal name="activate" handler="pidgin_contact_list_activate_cb"/> |
| 109 </object> |
136 </object> |
| 110 </child> |
137 </child> |
| 111 </template> |
138 </template> |
| 112 </interface> |
139 </interface> |