<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.37.0 --> <interface> <requires lib="gtk+" version="3.20"/> <object class="GtkListStore" id="store"> <columns> <!-- column-name icon --> <column type="GdkPixbuf"/> <!-- column-name name --> <column type="gchararray"/> <!-- column-name path --> <column type="gchararray"/> <!-- column-name filename --> <column type="gchararray"/> </columns> </object> <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="GtkViewport"> <property name="visible">True</property> <property name="can-focus">False</property> <child> <object class="GtkTreeView" id="treeview"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="model">store</property> <signal name="key-press-event" handler="on_key_press_event" swapped="no"/> <signal name="row-activated" handler="_on_row_activated" swapped="no"/> <child internal-child="selection"> <object class="GtkTreeSelection" id="selection"> <signal name="changed" handler="_on_selection_changed" swapped="no"/> </object> </child> <child> <object class="GtkTreeViewColumn"> <property name="title" translatable="yes">Filename</property> <child> <object class="GtkCellRendererPixbuf" id="icon_renderer"/> <attributes> <attribute name="pixbuf">0</attribute> </attributes> </child> <child> <object class="GtkCellRendererText" id="name_renderer"/> <attributes> <attribute name="text">1</attribute> </attributes> </child> </object> </child> <child> <object class="GtkTreeViewColumn"> <property name="title" translatable="yes">Path</property> <child> <object class="GtkCellRendererText" id="path_renderer"/> <attributes> <attribute name="text">2</attribute> </attributes> </child> </object> </child> </object> </child> </object> </child> </object> </interface>