2007-06-27 11:37:31 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
2008-03-01 23:53:13 +01:00
|
|
|
<!--Generated with glade3 3.4.1 on Sun Mar 2 00:51:06 2008 -->
|
2007-06-27 11:37:31 +02:00
|
|
|
<glade-interface>
|
|
|
|
<widget class="GtkWindow" id="features_window">
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="title" translatable="yes">Features</property>
|
2007-06-27 14:38:00 +02:00
|
|
|
<property name="default_width">300</property>
|
2007-07-07 01:51:41 +02:00
|
|
|
<property name="default_height">530</property>
|
2007-06-27 11:37:31 +02:00
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
2007-07-07 01:51:41 +02:00
|
|
|
<property name="xalign">0</property>
|
2007-06-27 14:38:00 +02:00
|
|
|
<property name="label" translatable="yes"><b>List of possible features in Gajim:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2007-06-27 11:37:31 +02:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2007-07-07 01:51:41 +02:00
|
|
|
<property name="fill">False</property>
|
2007-06-27 11:37:31 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
2007-06-27 14:38:00 +02:00
|
|
|
<property name="shadow_type">GTK_SHADOW_OUT</property>
|
2007-06-27 11:37:31 +02:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="features_treeview">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="headers_clickable">True</property>
|
2007-06-28 12:42:24 +02:00
|
|
|
<signal name="cursor_changed" handler="on_features_treeview_cursor_changed"/>
|
2007-06-27 11:37:31 +02:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2007-06-27 14:38:00 +02:00
|
|
|
<child>
|
|
|
|
<widget class="GtkFrame" id="frame2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">3</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkAlignment" id="alignment2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">6</property>
|
2007-07-07 01:51:41 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xscale">0.5</property>
|
2007-06-27 14:38:00 +02:00
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="feature_desc_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="wrap">True</property>
|
2008-03-01 23:53:13 +01:00
|
|
|
<property name="selectable">True</property>
|
2007-06-27 14:38:00 +02:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>Description</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2007-06-27 11:37:31 +02:00
|
|
|
<child>
|
|
|
|
<widget class="GtkHButtonBox" id="hbuttonbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="close_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="label" translatable="yes">gtk-close</property>
|
|
|
|
<property name="use_stock">True</property>
|
2007-06-27 14:38:00 +02:00
|
|
|
<property name="response_id">0</property>
|
2007-06-27 11:37:31 +02:00
|
|
|
<signal name="clicked" handler="on_close_button_clicked"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2007-06-27 14:38:00 +02:00
|
|
|
<property name="pack_type">GTK_PACK_END</property>
|
2007-06-27 11:37:31 +02:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</glade-interface>
|