| 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, see <https://www.gnu.org/licenses/>. |
| 19 |
19 |
| 20 --> |
20 --> |
| 21 <interface> |
21 <interface> |
| 22 <requires lib="gtk+" version="3.24"/> |
22 <requires lib="gtk" version="4.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="PidginStatusPrimitiveChooser" parent="GtkComboBox"> |
27 <template class="PidginStatusPrimitiveChooser" parent="GtkComboBox"> |
| 28 <property name="visible">True</property> |
|
| 29 <property name="can-focus">False</property> |
|
| 30 <property name="id-column">0</property> |
28 <property name="id-column">0</property> |
| 31 <child> |
29 <child> |
| 32 <object class="GtkCellRendererPixbuf"/> |
30 <object class="GtkCellRendererPixbuf"/> |
| 33 <attributes> |
31 <attributes> |
| 34 <attribute name="icon-name">1</attribute> |
32 <attribute name="icon-name">1</attribute> |