gtk2/testsuite/reftests/css-match-name.ref.ui
Benjamin Otte e612b55bd4 reftests: Fix css-match-name test
- Replace GtkImage::pixbuf with GtkImage::paintable
- Use a GtkPicture so the sizing is correct
2019-03-29 09:56:52 +01:00

16 lines
486 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkPicture">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="paintable">green-20x20.png</property>
</object>
</child>
</object>
</interface>