1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.22.1 -->
3<interface>
4  <requires lib="gtk+" version="3.20"/>
5  <object class="GtkDialog" id="SelectInstance">
6    <property name="can_focus">False</property>
7    <property name="border_width">5</property>
8    <property name="title" translatable="yes">Select Guitarix Instance</property>
9    <property name="default_height">240</property>
10    <property name="type_hint">dialog</property>
11    <child>
12      <placeholder/>
13    </child>
14    <child internal-child="vbox">
15      <object class="GtkBox" id="dialog-vbox1">
16        <property name="visible">True</property>
17        <property name="can_focus">False</property>
18        <property name="orientation">vertical</property>
19        <property name="spacing">2</property>
20        <child internal-child="action_area">
21          <object class="GtkButtonBox" id="dialog-action_area1">
22            <property name="visible">True</property>
23            <property name="can_focus">False</property>
24            <property name="layout_style">end</property>
25            <child>
26              <object class="GtkButton" id="cancel">
27                <property name="label">gtk-cancel</property>
28                <property name="visible">True</property>
29                <property name="can_focus">True</property>
30                <property name="receives_default">True</property>
31                <property name="use_stock">True</property>
32              </object>
33              <packing>
34                <property name="expand">False</property>
35                <property name="fill">False</property>
36                <property name="position">0</property>
37              </packing>
38            </child>
39            <child>
40              <object class="GtkButton" id="open">
41                <property name="label">gtk-open</property>
42                <property name="visible">True</property>
43                <property name="sensitive">False</property>
44                <property name="can_focus">True</property>
45                <property name="receives_default">True</property>
46                <property name="use_stock">True</property>
47              </object>
48              <packing>
49                <property name="expand">False</property>
50                <property name="fill">False</property>
51                <property name="position">1</property>
52              </packing>
53            </child>
54          </object>
55          <packing>
56            <property name="expand">False</property>
57            <property name="fill">True</property>
58            <property name="pack_type">end</property>
59            <property name="position">0</property>
60          </packing>
61        </child>
62        <child>
63          <object class="GtkLabel" id="label1">
64            <property name="visible">True</property>
65            <property name="can_focus">False</property>
66            <property name="margin_top">6</property>
67            <property name="margin_bottom">6</property>
68            <property name="label" translatable="yes">Select Guitarix Instance</property>
69            <property name="use_markup">True</property>
70          </object>
71          <packing>
72            <property name="expand">False</property>
73            <property name="fill">True</property>
74            <property name="position">1</property>
75          </packing>
76        </child>
77        <child>
78          <object class="GtkScrolledWindow" id="scrolledwindow1">
79            <property name="visible">True</property>
80            <property name="can_focus">True</property>
81            <property name="hscrollbar_policy">never</property>
82            <child>
83              <object class="GtkTreeView" id="treeview">
84                <property name="visible">True</property>
85                <property name="can_focus">True</property>
86                <property name="headers_visible">False</property>
87                <property name="headers_clickable">False</property>
88                <child internal-child="selection">
89                  <object class="GtkTreeSelection"/>
90                </child>
91                <child>
92                  <object class="GtkTreeViewColumn" id="treeviewcolumn1">
93                    <property name="title" translatable="yes">column</property>
94                    <child>
95                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
96                      <attributes>
97                        <attribute name="text">0</attribute>
98                      </attributes>
99                    </child>
100                  </object>
101                </child>
102              </object>
103            </child>
104          </object>
105          <packing>
106            <property name="expand">True</property>
107            <property name="fill">True</property>
108            <property name="position">2</property>
109          </packing>
110        </child>
111      </object>
112    </child>
113    <action-widgets>
114      <action-widget response="0">cancel</action-widget>
115      <action-widget response="1">open</action-widget>
116    </action-widgets>
117  </object>
118</interface>
119