pidgin/resources/Status/box.ui

branch
gtk4
changeset 41574
5c79e2bb862b
parent 41320
1695e758b590
child 42199
adf6d358d438
equal deleted inserted replaced
41573:2c4955b639a1 41574:5c79e2bb862b
17 You should have received a copy of the GNU Lesser General Public 17 You should have received a copy of the GNU Lesser General Public
18 License along with this library; if not, see <https://www.gnu.org/licenses/>. 18 License along with this library; 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 <object class="GtkListStore" id="model"> 27 <object class="GtkListStore" id="model">
41 <!-- column-name emblem-visible --> 41 <!-- column-name emblem-visible -->
42 <column type="gboolean"/> 42 <column type="gboolean"/>
43 </columns> 43 </columns>
44 </object> 44 </object>
45 <template class="PidginStatusBox" parent="GtkBox"> 45 <template class="PidginStatusBox" parent="GtkBox">
46 <property name="visible">True</property> 46 <property name="focusable">1</property>
47 <property name="can-focus">True</property>
48 <property name="orientation">vertical</property> 47 <property name="orientation">vertical</property>
49 <child> 48 <child>
50 <object class="GtkComboBox" id="combo"> 49 <object class="GtkComboBox" id="combo">
51 <property name="visible">True</property> 50 <property name="focusable">1</property>
52 <property name="can-focus">True</property>
53 <property name="model">model</property> 51 <property name="model">model</property>
54 <property name="id-column">0</property> 52 <property name="id-column">0</property>
55 <signal name="changed" handler="pidgin_status_box_combo_changed_cb" object="PidginStatusBox" swapped="no"/> 53 <signal name="changed" handler="pidgin_status_box_combo_changed_cb" object="PidginStatusBox" swapped="no"/>
56 <child> 54 <child>
57 <object class="GtkCellRendererPixbuf" id="icon"/> 55 <object class="GtkCellRendererPixbuf" id="icon"/>
59 <attribute name="icon-name">2</attribute> 57 <attribute name="icon-name">2</attribute>
60 </attributes> 58 </attributes>
61 </child> 59 </child>
62 <child> 60 <child>
63 <object class="GtkCellRendererText" id="text"/> 61 <object class="GtkCellRendererText" id="text"/>
64 <cell-packing>
65 <property name="expand">true</property>
66 </cell-packing>
67 <attributes> 62 <attributes>
68 <attribute name="markup">4</attribute> 63 <attribute name="markup">4</attribute>
69 </attributes> 64 </attributes>
70 </child> 65 </child>
71 <child> 66 <child>
75 <attributes> 70 <attributes>
76 <attribute name="visible">6</attribute> 71 <attribute name="visible">6</attribute>
77 </attributes> 72 </attributes>
78 </child> 73 </child>
79 </object> 74 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="position">0</property>
84 </packing>
85 </child> 75 </child>
86 </template> 76 </template>
87 </interface> 77 </interface>

mercurial