1<?xml version="1.0" encoding="UTF-8"?>
2<interface domain="gtk30">
3  <object class="GtkListStore" id="prop_model">
4    <columns>
5      <column type="gchararray"/>
6      <column type="gchararray"/>
7      <column type="gchararray"/>
8      <column type="gint"/>
9    </columns>
10  </object>
11  <template class="GtkInspectorCssNodeTree" parent="GtkBox">
12    <property name="orientation">vertical</property>
13    <child>
14      <object class="GtkPaned" id="paned">
15        <property name="visible">1</property>
16        <property name="wide-handle">1</property>
17        <property name="orientation">horizontal</property>
18        <property name="position">400</property>
19        <child>
20          <object class="GtkScrolledWindow">
21            <property name="visible">1</property>
22            <property name="expand">1</property>
23            <property name="min-content-height">100</property>
24            <child>
25              <object class="GtkTreeView" id="node_tree">
26                <property name="visible">1</property>
27                <property name="search-column">0</property>
28                <property name="enable-search">0</property>
29                <property name="enable-grid-lines">vertical</property>
30                <signal name="row-activated" handler="row_activated"/>
31                <child internal-child="selection">
32                  <object class="GtkTreeSelection">
33                    <signal name="changed" handler="selection_changed"/>
34                  </object>
35                </child>
36                <child>
37                  <object class="GtkTreeViewColumn" id="node_name_column">
38                    <property name="resizable">1</property>
39                    <property name="title" translatable="yes">Name</property>
40                    <child>
41                      <object class="GtkCellRendererText"/>
42                      <attributes>
43                        <attribute name="text">0</attribute>
44                        <attribute name="sensitive">1</attribute>
45                      </attributes>
46                    </child>
47                  </object>
48                </child>
49                <child>
50                  <object class="GtkTreeViewColumn" id="node_id_column">
51                    <property name="resizable">1</property>
52                    <property name="title" translatable="yes">ID</property>
53                    <child>
54                      <object class="GtkCellRendererText"/>
55                      <attributes>
56                        <attribute name="text">3</attribute>
57                        <attribute name="sensitive">1</attribute>
58                      </attributes>
59                    </child>
60                  </object>
61                </child>
62                <child>
63                  <object class="GtkTreeViewColumn" id="node_classes_column">
64                    <property name="resizable">1</property>
65                    <property name="title" translatable="yes">Style Classes</property>
66                    <child>
67                      <object class="GtkCellRendererText"/>
68                      <attributes>
69                        <attribute name="text">2</attribute>
70                        <attribute name="sensitive">1</attribute>
71                      </attributes>
72                    </child>
73                  </object>
74                </child>
75                <child>
76                  <object class="GtkTreeViewColumn" id="node_state_column">
77                    <property name="resizable">1</property>
78                    <property name="title" translatable="yes">State</property>
79                    <child>
80                      <object class="GtkCellRendererText"/>
81                      <attributes>
82                        <attribute name="text">4</attribute>
83                        <attribute name="sensitive">1</attribute>
84                      </attributes>
85                    </child>
86                  </object>
87                </child>
88              </object>
89            </child>
90          </object>
91        </child>
92        <child>
93          <object class="GtkBox">
94            <property name="visible">1</property>
95            <property name="orientation">vertical</property>
96            <child>
97              <object class="GtkScrolledWindow">
98                <property name="visible">1</property>
99                <property name="expand">1</property>
100                <property name="min-content-height">100</property>
101                <child>
102                  <object class="GtkTreeView" id="prop_tree">
103                    <property name="visible">1</property>
104                    <property name="model">prop_model</property>
105                    <property name="search-column">0</property>
106                    <property name="enable-search">0</property>
107                    <property name="enable-grid-lines">vertical</property>
108                    <child>
109                      <object class="GtkTreeViewColumn" id="prop_name_column">
110                        <property name="title" translatable="yes">CSS Property</property>
111                        <property name="resizable">1</property>
112                        <property name="sort-column-id">0</property>
113                        <child>
114                          <object class="GtkCellRendererText">
115                            <property name="scale">0.8</property>
116                          </object>
117                          <attributes>
118                            <attribute name="text">0</attribute>
119                          </attributes>
120                        </child>
121                      </object>
122                    </child>
123                    <child>
124                      <object class="GtkTreeViewColumn">
125                        <property name="title" translatable="yes">Value</property>
126                        <property name="resizable">1</property>
127                        <child>
128                          <object class="GtkCellRendererText">
129                            <property name="scale">0.8</property>
130                            <property name="width-chars">20</property>
131                            <property name="ellipsize">end</property>
132                          </object>
133                          <attributes>
134                            <attribute name="text">1</attribute>
135                          </attributes>
136                        </child>
137                      </object>
138                    </child>
139                    <child>
140                      <object class="GtkTreeViewColumn">
141                        <property name="title" translatable="yes">Location</property>
142                        <property name="resizable">1</property>
143                        <child>
144                          <object class="GtkCellRendererText">
145                            <property name="scale">0.8</property>
146                            <property name="width-chars">20</property>
147                            <property name="ellipsize">end</property>
148                          </object>
149                          <attributes>
150                            <attribute name="text">2</attribute>
151                          </attributes>
152                        </child>
153                      </object>
154                    </child>
155                  </object>
156                </child>
157              </object>
158            </child>
159          </object>
160        </child>
161      </object>
162    </child>
163  </template>
164</interface>
165