1<?xml version="1.0" encoding="UTF-8"?>
2<interface domain="gtk30">
3  <object class="GtkListStore" id="model">
4    <columns>
5      <column type="gchararray"/>
6      <column type="gchararray"/>
7      <column type="gchararray"/>
8      <column type="gchararray"/>
9      <column type="gchararray"/>
10      <column type="gboolean"/>
11      <column type="gchararray"/>
12    </columns>
13  </object>
14  <template class="GtkInspectorPropList" parent="GtkBox">
15    <property name="orientation">vertical</property>
16    <signal name="hierarchy-changed" handler="hierarchy_changed"/>
17    <child>
18      <object class="GtkScrolledWindow">
19        <property name="visible">True</property>
20        <property name="expand">True</property>
21        <property name="hscrollbar-policy">never</property>
22        <property name="vscrollbar-policy">automatic</property>
23        <child>
24          <object class="GtkTreeView" id="tree">
25            <property name="visible">True</property>
26            <property name="model">model</property>
27            <property name="tooltip-column">4</property>
28            <property name="search-column">0</property>
29            <property name="enable-search">True</property>
30            <property name="enable-grid-lines">vertical</property>
31            <signal name="row-activated" handler="row_activated"/>
32            <child>
33              <object class="GtkTreeViewColumn">
34                <property name="title" translatable="yes">Property</property>
35                <property name="resizable">True</property>
36                <property name="sort-column-id">0</property>
37                <child>
38                  <object class="GtkCellRendererText">
39                    <property name="scale">0.8</property>
40                  </object>
41                  <attributes>
42                    <attribute name="text">0</attribute>
43                    <attribute name="sensitive">5</attribute>
44                  </attributes>
45                </child>
46              </object>
47            </child>
48            <child>
49              <object class="GtkTreeViewColumn">
50                <property name="title" translatable="yes">Value</property>
51                <property name="resizable">True</property>
52                <child>
53                  <object class="GtkCellRendererText">
54                    <property name="scale">0.8</property>
55                    <property name="editable">False</property>
56                    <property name="width-chars">20</property>
57                    <property name="ellipsize">end</property>
58                  </object>
59                  <attributes>
60                    <attribute name="text">1</attribute>
61                    <attribute name="sensitive">5</attribute>
62                  </attributes>
63                </child>
64              </object>
65            </child>
66            <child>
67              <object class="GtkTreeViewColumn">
68                <property name="title" translatable="yes">Type</property>
69                <property name="resizable">True</property>
70                <child>
71                  <object class="GtkCellRendererText">
72                    <property name="scale">0.8</property>
73                    <property name="editable">False</property>
74                    <property name="width-chars">20</property>
75                    <property name="ellipsize">end</property>
76                  </object>
77                  <attributes>
78                    <attribute name="text">2</attribute>
79                    <attribute name="sensitive">5</attribute>
80                  </attributes>
81                </child>
82              </object>
83            </child>
84            <child>
85              <object class="GtkTreeViewColumn" id="attribute_column">
86                <property name="title" translatable="yes">Attribute</property>
87                <property name="resizable">True</property>
88                <child>
89                  <object class="GtkCellRendererText">
90                    <property name="scale">0.8</property>
91                    <property name="editable">False</property>
92                  </object>
93                  <attributes>
94                    <attribute name="text">6</attribute>
95                    <attribute name="sensitive">5</attribute>
96                  </attributes>
97                </child>
98              </object>
99            </child>
100            <child>
101              <object class="GtkTreeViewColumn">
102                <property name="title" translatable="yes">Defined At</property>
103                <property name="sort-column-id">2</property>
104                <child>
105                  <object class="GtkCellRendererText">
106                    <property name="scale">0.8</property>
107                  </object>
108                  <attributes>
109                    <attribute name="text">3</attribute>
110                    <attribute name="sensitive">5</attribute>
111                  </attributes>
112                </child>
113              </object>
114            </child>
115          </object>
116        </child>
117      </object>
118    </child>
119  </template>
120</interface>
121