2015-08-21 22:02:30 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.18.3 -->
|
2010-01-22 19:57:59 +01:00
|
|
|
<interface>
|
2015-08-21 22:02:30 +02:00
|
|
|
<requires lib="gtk+" version="3.12"/>
|
|
|
|
<object class="GtkImage" id="image1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-remove</property>
|
|
|
|
</object>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkWindow" id="blocked_contacts_window">
|
|
|
|
<property name="visible">True</property>
|
2015-08-21 22:02:30 +02:00
|
|
|
<property name="can_focus">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="title" translatable="yes">Blocked Contacts</property>
|
2011-03-18 08:57:05 +01:00
|
|
|
<property name="type_hint">dialog</property>
|
2015-08-21 22:02:30 +02:00
|
|
|
<signal name="destroy" handler="on_blocked_contacts_window_destroy" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child>
|
2015-08-21 22:02:30 +02:00
|
|
|
<object class="GtkBox" id="vbox1">
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="visible">True</property>
|
2015-08-21 22:02:30 +02:00
|
|
|
<property name="can_focus">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="contacts_scrolledwindow">
|
|
|
|
<property name="width_request">250</property>
|
|
|
|
<property name="height_request">300</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">3</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="contacts_treeview">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="headers_visible">False</property>
|
|
|
|
<property name="rules_hint">True</property>
|
2015-08-21 22:02:30 +02:00
|
|
|
<signal name="row-activated" handler="on_contacts_treeview_row_activated" swapped="no"/>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-08-21 22:02:30 +02:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="remove_button">
|
2013-09-20 12:41:56 +02:00
|
|
|
<property name="label" translatable="yes">_Unblock</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="border_width">3</property>
|
2013-09-20 12:41:56 +02:00
|
|
|
<property name="image">image1</property>
|
|
|
|
<property name="use_underline">True</property>
|
2015-08-21 22:02:30 +02:00
|
|
|
<signal name="clicked" handler="on_remove_button_clicked" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|