summaryrefslogtreecommitdiff
path: root/testsuite/reftests/treeview-headers-hidden.ref.ui
blob: 5768dd2a2a20635ea387a8abe2f2709cee288f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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="decorated">0</property>
    <child>
      <object class="GtkTreeView" id="treeview1">
        <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>