1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3  <template class="IdeCompletionListBoxRow" parent="GtkListBoxRow">
4    <property name="can-focus">false</property>
5    <child>
6      <object class="GtkBox" id="box">
7        <property name="can-focus">false</property>
8        <property name="orientation">horizontal</property>
9        <property name="visible">true</property>
10        <child>
11          <object class="GtkImage" id="image">
12            <property name="valign">center</property>
13            <property name="visible">true</property>
14          </object>
15        </child>
16        <child>
17          <object class="GtkLabel" id="left">
18            <property name="can-focus">false</property>
19            <property name="xalign">1.0</property>
20            <property name="hexpand">false</property>
21            <property name="single-line-mode">true</property>
22            <property name="visible">true</property>
23            <style>
24              <class name="left"/>
25            </style>
26            <attributes>
27              <attribute name="family" value="monospace"/>
28            </attributes>
29          </object>
30        </child>
31        <child>
32          <object class="GtkLabel" id="center">
33            <property name="can-focus">false</property>
34            <property name="ellipsize">end</property>
35            <property name="xalign">0.0</property>
36            <property name="hexpand">true</property>
37            <property name="single-line-mode">true</property>
38            <property name="visible">true</property>
39            <attributes>
40              <attribute name="family" value="monospace"/>
41            </attributes>
42            <style>
43              <class name="center"/>
44            </style>
45          </object>
46        </child>
47        <child>
48          <object class="GtkLabel" id="right">
49            <property name="can-focus">false</property>
50            <property name="ellipsize">end</property>
51            <property name="xalign">1.0</property>
52            <property name="hexpand">false</property>
53            <property name="single-line-mode">true</property>
54            <property name="visible">true</property>
55            <attributes>
56              <attribute name="family" value="monospace"/>
57            </attributes>
58            <style>
59              <class name="right"/>
60            </style>
61          </object>
62        </child>
63      </object>
64    </child>
65  </template>
66</interface>
67