Learning_GTK4_tree/testsuite/gtk/ui/celllayout6.ui

13 lines
307 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
<!-- test invalid cell layout custom attribute value -->
<interface>
<object class="GtkIconView">
<child>
<object class="GtkCellRendererText">
</object>
<cell-packing>
<property name="name" food="food">1</property>
</cell-packing>
</child>
</object>
</interface>