mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
2e48bb2ccd
commit
857fa84796
@ -34,10 +34,23 @@
|
||||
</child>
|
||||
<child>
|
||||
<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>
|
||||
<object class="GtkCellRendererText" id="renderer2">
|
||||
</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>
|
||||
<attribute name="text">1</attribute>
|
||||
</attributes>
|
||||
|
Loading…
Reference in New Issue
Block a user