gtk/testsuite/reftests/cellrenderer-pixbuf-stock-rtl.ui
Benjamin Otte a13d5aefc3 reftests: Add a reftest for the cell renderer fix
The reftest is a bit flaky because it compares cell renderers with
GtkImage and therefor an icon view with a GtkBox, but it's the best I
can come up with.

https://bugzilla.gnome.org/show_bug.cgi?id=702423
2013-09-05 18:48:47 +02:00

39 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkListStore" id="liststore1">
<columns>
<!-- column-name Name -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0">gtk-jump-to</col>
</row>
<row>
<col id="0">gtk-media-play</col>
</row>
</data>
</object>
<object class="GtkWindow" id="window">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkIconView" id="treeview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="columns">1</property>
<property name="item-padding">0</property>
<property name="margin">0</property>
<property name="model">liststore1</property>
<child>
<object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/>
<attributes>
<attribute name="stock-id">0</attribute>
</attributes>
</child>
</object>
</child>
</object>
</interface>