gtk2/testsuite/gtk/ui/celllayout1.ui
Matthias Clasen d416f352ad Add tests for the GtkCellLayout builder parser
These tests check various error conditions in GtkCellLayout
custom tags.
2015-04-27 01:15:22 -04:00

17 lines
467 B
XML

<!-- test valid cell layout custom tags -->
<interface>
<object class="GtkIconView">
<child>
<object class="GtkCellRendererText">
</object>
<attributes>
<attribute name="text">1</attribute>
</attributes>
<cell-packing>
<property name="align" translatable="yes" comments="foo" context="bar">True</property>
<property name="expand">False</property>
</cell-packing>
</child>
</object>
</interface>