summaryrefslogtreecommitdiff
path: root/src/gui/panels/bookmarks.ui
blob: e0683046a606d545ae8ea20b53fc85f36955579b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?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 bookmark -->
      <column type="GObject"/>
      <!-- column-name picture -->
      <column type="CairoSurface"/>
      <!-- column-name physical -->
      <column type="gchararray"/>
      <!-- column-name virtual -->
      <column type="gchararray"/>
      <!-- column-name comment -->
      <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>
            <signal name="button-press-event" handler="on_button_press_over_bookmarks" swapped="no"/>
            <signal name="key-press-event" handler="on_key_pressed_over_params" swapped="no"/>
            <child internal-child="selection">
              <object class="GtkTreeSelection">
                <signal name="changed" handler="on_bookmarks_selection_change" swapped="no"/>
              </object>
            </child>
            <child>
              <object class="GtkTreeViewColumn">
                <child>
                  <object class="GtkCellRendererPixbuf"/>
                </child>
              </object>
            </child>
            <child>
              <object class="GtkTreeViewColumn">
                <property name="title" translatable="yes">Physical address</property>
                <property name="sort-column-id">2</property>
                <child>
                  <object class="GtkCellRendererText"/>
                  <attributes>
                    <attribute name="text">2</attribute>
                  </attributes>
                </child>
              </object>
            </child>
            <child>
              <object class="GtkTreeViewColumn">
                <property name="title" translatable="yes">Virtual address</property>
                <property name="sort-column-id">3</property>
                <child>
                  <object class="GtkCellRendererText"/>
                  <attributes>
                    <attribute name="text">3</attribute>
                  </attributes>
                </child>
              </object>
            </child>
            <child>
              <object class="GtkTreeViewColumn">
                <property name="title" translatable="yes">Comment</property>
                <property name="sort-column-id">4</property>
                <child>
                  <object class="GtkCellRendererText" id="crenderer">
                    <signal name="edited" handler="on_comment_value_edited" swapped="no"/>
                  </object>
                  <attributes>
                    <attribute name="text">4</attribute>
                  </attributes>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>