1<?xml version="1.0" encoding="UTF-8"?>
2<interface domain="gtk30">
3  <object class="GtkListStore" id="model">
4    <columns>
5      <column type="GType"/>
6      <column type="gchararray"/>
7      <column type="gint"/>
8      <column type="gint"/>
9      <column type="gint"/>
10      <column type="gint"/>
11      <column type="GtkGraphData"/>
12      <column type="GtkGraphData"/>
13    </columns>
14  </object>
15  <template class="GtkInspectorStatistics" parent="GtkBox">
16    <property name="visible">True</property>
17    <property name="orientation">vertical</property>
18    <child>
19      <object class="GtkStack" id="stack">
20        <property name="visible">True</property>
21        <child>
22          <object class="GtkBox">
23            <property name="visible">True</property>
24            <property name="orientation">vertical</property>
25            <child>
26              <object class="GtkSearchBar" id="search_bar">
27                <property name="visible">True</property>
28                <property name="show-close-button">True</property>
29                <child>
30                  <object class="GtkSearchEntry" id="search_entry">
31                    <property name="visible">True</property>
32                    <property name="max-width-chars">40</property>
33                  </object>
34                </child>
35              </object>
36            </child>
37            <child>
38              <object class="GtkScrolledWindow">
39                <property name="visible">True</property>
40                <property name="expand">True</property>
41                <property name="hscrollbar-policy">automatic</property>
42                <property name="vscrollbar-policy">always</property>
43                <child>
44                  <object class="GtkTreeView" id="view">
45                    <property name="visible">True</property>
46                    <property name="model">model</property>
47                    <property name="search-column">1</property>
48                    <property name="enable-search">True</property>
49                    <child>
50                      <object class="GtkTreeViewColumn">
51                        <property name="visible">True</property>
52                        <property name="sort-column-id">1</property>
53                        <property name="title" translatable="yes">Type</property>
54                        <child>
55                          <object class="GtkCellRendererText">
56                            <property name="scale">0.8</property>
57                          </object>
58                          <attributes>
59                            <attribute name="text">1</attribute>
60                          </attributes>
61                        </child>
62                      </object>
63                    </child>
64                    <child>
65                      <object class="GtkTreeViewColumn" id="column_self1">
66                        <property name="visible">True</property>
67                        <property name="sort-column-id">2</property>
68                        <property name="title" translatable="yes">Self 1</property>
69                        <child>
70                          <object class="GtkCellRendererText" id="renderer_self1">
71                            <property name="scale">0.8</property>
72                          </object>
73                        </child>
74                      </object>
75                    </child>
76                    <child>
77                      <object class="GtkTreeViewColumn" id="column_cumulative1">
78                        <property name="visible">True</property>
79                        <property name="sort-column-id">3</property>
80                        <property name="title" translatable="yes">Cumulative 1</property>
81                        <child>
82                          <object class="GtkCellRendererText" id="renderer_cumulative1">
83                            <property name="scale">0.8</property>
84                          </object>
85                        </child>
86                      </object>
87                    </child>
88                    <child>
89                      <object class="GtkTreeViewColumn" id="column_self2">
90                        <property name="visible">True</property>
91                        <property name="sort-column-id">4</property>
92                        <property name="title" translatable="yes">Self 2</property>
93                        <child>
94                          <object class="GtkCellRendererText" id="renderer_self2">
95                            <property name="scale">0.8</property>
96                          </object>
97                        </child>
98                      </object>
99                    </child>
100                    <child>
101                      <object class="GtkTreeViewColumn" id="column_cumulative2">
102                        <property name="visible">True</property>
103                        <property name="sort-column-id">5</property>
104                        <property name="title" translatable="yes">Cumulative 2</property>
105                        <child>
106                          <object class="GtkCellRendererText" id="renderer_cumulative2">
107                            <property name="scale">0.8</property>
108                          </object>
109                        </child>
110                      </object>
111                    </child>
112                    <child>
113                      <object class="GtkTreeViewColumn" id="column_self_graph">
114                        <property name="visible">True</property>
115                        <property name="sort-column-id">4</property>
116                        <property name="title" translatable="yes">Self</property>
117                        <child>
118                          <object class="GtkCellRendererGraph" id="renderer_self_graph">
119                            <property name="minimum">0</property>
120                            <property name="xpad">1</property>
121                            <property name="ypad">1</property>
122                          </object>
123                          <attributes>
124                            <attribute name="data">6</attribute>
125                          </attributes>
126                        </child>
127                      </object>
128                    </child>
129                    <child>
130                      <object class="GtkTreeViewColumn" id="column_cumulative_graph">
131                        <property name="visible">True</property>
132                        <property name="sort-column-id">5</property>
133                        <property name="title" translatable="yes">Cumulative</property>
134                        <child>
135                          <object class="GtkCellRendererGraph" id="renderer_cumulative_graph">
136                            <property name="minimum">0</property>
137                            <property name="xpad">1</property>
138                            <property name="ypad">1</property>
139                          </object>
140                          <attributes>
141                            <attribute name="data">7</attribute>
142                          </attributes>
143                        </child>
144                      </object>
145                    </child>
146                  </object>
147                </child>
148              </object>
149            </child>
150          </object>
151          <packing>
152            <property name="name">statistics</property>
153          </packing>
154        </child>
155        <child>
156          <object class="GtkBox">
157            <property name="visible">True</property>
158            <property name="can-focus">True</property>
159            <property name="halign">center</property>
160            <property name="valign">center</property>
161            <child>
162              <object class="GtkLabel" id="excuse">
163                <property name="visible">True</property>
164                <property name="selectable">True</property>
165                <property name="label" translatable="yes">Enable statistics with GOBJECT_DEBUG=instance-count</property>
166              </object>
167            </child>
168          </object>
169          <packing>
170            <property name="name">excuse</property>
171          </packing>
172        </child>
173      </object>
174    </child>
175  </template>
176</interface>
177