tests: Add an invisible column to the tree test

This one should be invisible if everything works as it should.
This commit is contained in:
Benjamin Otte 2011-11-16 01:32:07 +01:00
parent 2e48bb2ccd
commit 857fa84796

View File

@ -34,10 +34,23 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn" id="column2"> <object class="GtkTreeViewColumn" id="column2">
<property name="title" translatable="yes">Column 2</property> <property name="title" translatable="yes">invisible Column</property>
<property name="visible">false</property>
<child> <child>
<object class="GtkCellRendererText" id="renderer2"> <object class="GtkCellRendererText" id="renderer2">
</object> </object>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="column3">
<property name="title" translatable="yes">Column 2</property>
<child>
<object class="GtkCellRendererText" id="renderer3">
</object>
<attributes> <attributes>
<attribute name="text">1</attribute> <attribute name="text">1</attribute>
</attributes> </attributes>