pidgin/resources/statusprimitivechooser.ui

branch
gtk4
changeset 41584
a90849d63f9e
parent 41268
4adf517478fc
child 41925
103594fbcf6b
equal deleted inserted replaced
41583:853b74b4a222 41584:a90849d63f9e
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>

mercurial