1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
4 <requires lib="gtk+" version="3.0"/>
5 <object class="GtkPaned" id="paned1">
6 <property name="visible">True</property>
7 <property name="can_focus">True</property>
8 <property name="position">112</property>
9 <property name="position_set">True</property>
11 <object class="GtkScrolledWindow" id="scrolledwindow2">
12 <property name="visible">True</property>
13 <property name="can_focus">True</property>
15 <object class="GtkTreeView" id="overview">
16 <property name="visible">True</property>
17 <property name="can_focus">True</property>
18 <property name="headers_visible">False</property>
19 <child internal-child="selection">
20 <object class="GtkTreeSelection" id="treeview-selection1"/>
26 <property name="resize">False</property>
27 <property name="shrink">True</property>
31 <object class="GtkScrolledWindow" id="scrolledwindow1">
32 <property name="visible">True</property>
33 <property name="can_focus">True</property>
34 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
36 <object class="GtkLayout" id="output">
37 <property name="visible">True</property>
38 <property name="can_focus">False</property>
39 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
40 <property name="border_width">5</property>
45 <property name="resize">True</property>
46 <property name="shrink">True</property>
50 <menu id="output-window-menu">
52 <attribute name="label" translatable="yes">_File</attribute>
55 <attribute name="label" translatable="yes">_Print...</attribute>
56 <attribute name="action">win.print</attribute>
57 <attribute name="accel"><Primary>p</attribute>
60 <attribute name="label" translatable="yes">_Export...</attribute>
61 <attribute name="action">win.export</attribute>
66 <attribute name="label" translatable="yes">_Quit</attribute>
67 <attribute name="accel"><Primary>q</attribute>
68 <attribute name="action">app.quit</attribute>
73 <attribute name="label" translatable="yes">_Edit</attribute>
76 <attribute name="label" translatable="yes">Select _All</attribute>
77 <attribute name="action">win.select-all</attribute>
80 <attribute name="label" translatable="yes">_Copy</attribute>
81 <attribute name="action">win.copy</attribute>