2009-06-21 03:43:57 +02:00
<?xml version="1.0"?>
<glade-interface>
<!-- interface-requires gtk+ 2.16 -->
<!-- interface-naming-policy project-wide -->
<widget class="GtkWindow" id="roster_item_exchange_window">
<property name="title" translatable="yes">Roster Item Exchange</property>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
2009-06-23 00:39:28 +02:00
<property name="border_width">6</property>
2009-06-21 03:43:57 +02:00
<property name="orientation">vertical</property>
2009-06-23 00:39:28 +02:00
<property name="spacing">8</property>
2009-06-21 03:43:57 +02:00
<child>
<widget class="GtkLabel" id="type_label">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>someone@somewhere.com</b> would like you to <b>add</b> some contacts in your roster.</property>
<property name="use_markup">True</property>
<property name="justify">center</property>
2009-06-22 19:20:41 +02:00
<property name="selectable">True</property>
2009-06-21 03:43:57 +02:00
</widget>
<packing>
2009-06-22 19:20:41 +02:00
<property name="expand">False</property>
<property name="padding">4</property>
2009-06-21 03:43:57 +02:00
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="body_scrolledwindow">
<property name="can_focus">True</property>
<property name="no_show_all">True</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="body_textview">
<property name="can_focus">True</property>
<property name="no_show_all">True</property>
<property name="editable">False</property>
<property name="justification">center</property>
<property name="cursor_visible">False</property>
2009-06-22 20:21:39 +02:00
<property name="text" translatable="yes">Message Body <currently unused, so it's hidden by default></property>
2009-06-21 03:43:57 +02:00
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow2">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTreeView" id="items_list_treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-06-22 19:20:41 +02:00
<property name="has_focus">True</property>
2009-06-21 03:43:57 +02:00
</widget>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
2009-06-22 20:21:39 +02:00
<widget class="GtkHButtonBox" id="hbuttonbox1">
2009-06-21 03:43:57 +02:00
<property name="visible">True</property>
2009-06-22 20:21:39 +02:00
<property name="spacing">12</property>
<property name="layout_style">end</property>
2009-06-21 03:43:57 +02:00
<child>
<widget class="GtkButton" id="cancel_button">
<property name="label" translatable="yes">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancel_button_clicked"/>
</widget>
<packing>
2009-06-23 00:39:28 +02:00
<property name="expand">False</property>
<property name="fill">False</property>
2009-06-21 03:43:57 +02:00
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="accept_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_accept_button_clicked"/>
2009-11-05 22:20:45 +01:00
<child>
<widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<child>
<widget class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="spacing">3</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="stock">gtk-ok</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="accept_button_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_OK</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
2009-06-21 03:43:57 +02:00
</widget>
<packing>
2009-06-23 00:39:28 +02:00
<property name="expand">False</property>
<property name="fill">False</property>
2009-06-21 03:43:57 +02:00
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
2009-06-22 19:20:41 +02:00
<property name="expand">False</property>
2009-06-21 03:43:57 +02:00
<property name="position">3</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>