<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.21.0 --> <interface> <requires lib="gtk+" version="3.20"/> <object class="GtkListStore" id="store"> <columns> <!-- column-name picture --> <column type="gchararray"/> <!-- column-name string --> <column type="gchararray"/> </columns> </object> <object class="GtkOffscreenWindow"> <property name="can_focus">False</property> <child> <object class="GtkScrolledWindow" id="box"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="treeview"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="model">store</property> <property name="headers_visible">False</property> <child internal-child="selection"> <object class="GtkTreeSelection"/> </child> <child> <object class="GtkTreeViewColumn"> <property name="title" translatable="yes">picture</property> <child> <object class="GtkCellRendererPixbuf"/> <attributes> <attribute name="stock-id">0</attribute> </attributes> </child> </object> </child> <child> <object class="GtkTreeViewColumn"> <property name="title" translatable="yes">string</property> <child> <object class="GtkCellRendererText"/> <attributes> <attribute name="markup">1</attribute> </attributes> </child> </object> </child> </object> </child> </object> </child> <child type="titlebar"> <placeholder/> </child> </object> </interface>