gtk2/testsuite/reftests/treeview-headers-hidden.ui
Emmanuele Bassi 5d778175ee testsuite/reftests: Update UI files
Run the UI files through `gtk-builder-tool simplify --3to4` to update
the layout properties.
2019-04-05 00:33:12 +01:00

42 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkListStore" id="liststore1">
<columns>
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">YOLO</col>
</row>
<row>
<col id="0" translatable="yes">swag</col>
</row>
</data>
</object>
<object class="GtkWindow" id="window">
<property name="type">popup</property>
<child>
<object class="GtkTreeView" id="treeview1">
<property name="can_focus">1</property>
<property name="model">liststore1</property>
<property name="headers-visible">0</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection"/>
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
<property name="title" translatable="yes">Name</property>
<property name="sizing">autosize</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext1"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>