summaryrefslogtreecommitdiff
path: root/data/ui/contacts-list-pane.ui
blob: 34fca1fe75ed7a4092e0d07faf3ce8c5f9b792e0 (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.15.2 on Thu Aug 15 15:33:02 2013 -->
<interface>
  <!-- interface-requires gtk+ 3.10 -->
  <template class="ContactsListPane" parent="GtkFrame">
    <property name="can_focus">False</property>
    <property name="hexpand">False</property>
    <property name="hexpand_set">True</property>
    <property name="shadow_type">in</property>
    <child>
      <object class="GtkGrid">
        <property name="orientation">vertical</property>
        <property name="visible">True</property>
        <child>
          <object class="GtkToolbar">
            <property name="visible">True</property>
            <property name="icon_size">1</property>
            <property name="hexpand">True</property>
            <property name="vexpand">False</property>
            <style>
             <class name="primary-toolbar"/>
            </style>
            <child>
              <object class="GtkToolItem" id="search_tool_item">
                <property name="visible">True</property>
                <child>
                  <object class="GtkSearchEntry" id="filter_entry">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="primary_icon_name">edit-find-symbolic</property>
                    <property name="primary_icon_activatable">False</property>
                    <property name="primary_icon_sensitive">False</property>
                    <property name="placeholder_text" translatable="yes">Type to search</property>
                    <signal name="changed" handler="filter_entry_changed" object="ContactsListPane" after="no" swapped="no"/>
                  </object>
                </child>
              </object>
              <packing>
                <property name="expand">True</property>
              </packing>
            </child>
          </object>
          <packing>
            <property name="left_attach">0</property>
            <property name="top_attach">0</property>
            <property name="width">1</property>
            <property name="height">1</property>
          </packing>
        </child>
        <child>
          <object class="GtkScrolledWindow" id="contacts_view_container">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="hexpand">True</property>
            <property name="vexpand">True</property>
            <property name="hscrollbar_policy">never</property>
            <property name="no_show_all">True</property>
          </object>
          <packing>
            <property name="left_attach">0</property>
            <property name="top_attach">1</property>
            <property name="width">1</property>
            <property name="height">1</property>
          </packing>
        </child>
        <child>
          <object class="GtkActionBar" id="actions_bar">
            <property name="visible">False</property>
            <child>
              <object class="GtkButton" id="link_button">
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="focus_on_click">False</property>
                <property name="label" translatable="yes" comments="Link refers to the verb, from linking contacts together">Link</property>
                <property name="width_request">70</property>
                <property name="sensitive">False</property>
                <signal name="clicked" handler="on_link_button_clicked"/>
              </object>
              <packing>
                <property name="pack_type">start</property>
              </packing>
            </child>
            <child>
              <object class="GtkButton" id="delete_button">
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="focus_on_click">False</property>
                <property name="label" translatable="yes">Remove</property>
                <property name="width_request">70</property>
                <property name="sensitive">False</property>
                <signal name="clicked" handler="on_delete_button_clicked"/>
                <style>
                  <class name="destructive-action"/>
                </style>
              </object>
              <packing>
                <property name="pack_type">end</property>
              </packing>
            </child>
          </object>
          <packing>
            <property name="left_attach">0</property>
            <property name="top_attach">2</property>
            <property name="width">1</property>
            <property name="height">1</property>
          </packing>
        </child>
      </object>
    </child>
  </template>
</interface>