| 22 <requires lib="gtk" version="4.0"/> |
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="AdwBin"> |
27 <template class="PidginStatusPrimitiveChooser" parent="AdwComboRow"> |
| 28 <property name="child"> |
28 <property name="factory"> |
| 29 <object class="GtkDropDown" id="chooser"> |
29 <object class="GtkBuilderListItemFactory"> |
| 30 <property name="factory"> |
30 <property name="bytes"> |
| 31 <object class="GtkBuilderListItemFactory"> |
|
| 32 <property name="bytes"> |
|
| 33 <![CDATA[ |
31 <![CDATA[ |
| 34 <?xml version="1.0" encoding="UTF-8"?> |
32 <?xml version="1.0" encoding="UTF-8"?> |
| 35 <interface> |
33 <interface> |
| 36 <template class="GtkListItem"> |
34 <template class="GtkListItem"> |
| 37 <property name="child"> |
35 <property name="child"> |
| 60 </object> |
58 </object> |
| 61 </property> |
59 </property> |
| 62 </template> |
60 </template> |
| 63 </interface> |
61 </interface> |
| 64 ]]> |
62 ]]> |
| 65 </property> |
|
| 66 </object> |
|
| 67 </property> |
63 </property> |
| 68 <property name="model"> |
64 </object> |
| 69 <object class="GtkStringList"> |
65 </property> |
| 70 <items> |
66 <property name="model"> |
| 71 <item>offline</item> |
67 <object class="GtkStringList"> |
| 72 <item>available</item> |
68 <items> |
| 73 <item>unavailable</item> |
69 <item>offline</item> |
| 74 <item>invisible</item> |
70 <item>available</item> |
| 75 <item>away</item> |
71 <item>unavailable</item> |
| 76 <item>extended-away</item> |
72 <item>invisible</item> |
| 77 </items> |
73 <item>away</item> |
| 78 </object> |
74 <item>extended-away</item> |
| 79 </property> |
75 </items> |
| 80 </object> |
76 </object> |
| 81 </property> |
77 </property> |
| 82 </template> |
78 </template> |
| 83 </interface> |
79 </interface> |