<?xml version="1.0" ?> <!--*- mode: xml -*--> <interface> <object class="GtkDialog" id="xap_UnixDlg_PluginManager"> <property name="border_width">5</property> <property name="has_separator">False</property> <property name="height_request">450</property> <property name="modal">True</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="visible">True</property> <property name="width_request">425</property> <child internal-child="vbox"> <object class="GtkVBox" id="vbDialog"> <property name="visible">True</property> <child internal-child="action_area"> <object class="GtkHButtonBox" id="aaDialog"> <property name="layout_style">GTK_BUTTONBOX_END</property> <property name="visible">True</property> <child> <object class="GtkButton" id="btClose"> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-close</property> <property name="use_stock">True</property> <property name="visible">True</property> </object> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> <child> <object class="GtkVBox" id="vbContent"> <property name="border_width">5</property> <property name="spacing">18</property> <property name="visible">True</property> <child> <object class="GtkTable" id="tbPlugins"> <property name="n_columns">2</property> <property name="n_rows">2</property> <property name="row_spacing">6</property> <property name="visible">True</property> <child> <object class="GtkLabel" id="lbActivePlugins"> <property name="label" translatable="yes"><b>%s</b></property> <property name="use_markup">True</property> <property name="visible">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="lbSpacerActivePlugins"> <property name="visible">True</property> <property name="width_request">18</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkHBox" id="hbPluginsContent"> <property name="spacing">6</property> <property name="visible">True</property> <child> <object class="GtkScrolledWindow" id="swPlugins"> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="shadow_type">GTK_SHADOW_IN</property> <property name="visible">True</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <child> <object class="GtkTreeView" id="tvPlugins"> <property name="can_focus">True</property> <property name="headers_visible">False</property> <property name="rules_hint">True</property> <property name="visible">True</property> <property name="width_request">128</property> </object> </child> </object> </child> <child> <object class="GtkVButtonBox" id="bbPlugins"> <property name="layout_style">GTK_BUTTONBOX_START</property> <property name="spacing">6</property> <property name="visible">True</property> <child> <object class="GtkButton" id="btInstall"> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="image">image1</property> <property name="use_underline">True</property> <property name="visible">True</property> <child> <object class="GtkImage" id="image1"> <property name="stock">gtk-add</property> <property name="visible">True</property> </object> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> </object> </child> <child> <object class="GtkTable" id="tbPluginDetails"> <property name="n_columns">2</property> <property name="n_rows">2</property> <property name="row_spacing">6</property> <property name="visible">True</property> <child> <object class="GtkLabel" id="lbPluginDetails"> <property name="label" translatable="yes"><b>%s</b></property> <property name="use_markup">True</property> <property name="visible">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="lbSpacerPluginDetails"> <property name="visible">True</property> <property name="width_request">18</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkTable" id="tbPluginDetailsContent"> <property name="column_spacing">12</property> <property name="n_columns">2</property> <property name="n_rows">4</property> <property name="row_spacing">6</property> <property name="visible">True</property> <child> <object class="GtkLabel" id="lbNameLabel"> <property name="visible">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="lbAuthorLabel"> <property name="visible">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="lbVersionLabel"> <property name="visible">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="lbDescriptionLabel"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="lbPluginAuthor"> <property name="visible">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND|GTK_SHRINK|GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="lbPluginVersion"> <property name="visible">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND|GTK_SHRINK|GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="lbPluginName"> <property name="visible">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">GTK_EXPAND|GTK_SHRINK|GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkScrolledWindow" id="swPluginDescription"> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="visible">True</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <child> <object class="GtkViewport" id="vpPluginDescription"> <property name="shadow_type">GTK_SHADOW_NONE</property> <property name="visible">True</property> <child> <object class="GtkLabel" id="lbPluginDescription"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> </child> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND|GTK_SHRINK|GTK_FILL</property> <property name="y_options"></property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </object> </child> </object> </child> <action-widgets> <action-widget response="-7">btClose</action-widget> </action-widgets> </object> </interface>