2012-10-10 15:37:48 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<object class="GtkDialog" id="InsertPluginDialog">
|
|
|
|
<property name="can_focus">False</property>
|
2013-02-22 15:06:54 -06:00
|
|
|
<property name="border_width">6</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="title" translatable="yes">Insert Plug-in</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="dialog-vbox1">
|
|
|
|
<property name="can_focus">False</property>
|
2013-02-22 15:06:54 -06:00
|
|
|
<property name="spacing">12</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
2013-02-22 15:06:54 -06:00
|
|
|
<property name="spacing">12</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="frame1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkAlignment" id="alignment1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2013-02-22 15:06:54 -06:00
|
|
|
<property name="top_padding">6</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<child>
|
2012-10-10 16:27:52 -05:00
|
|
|
<object class="GtkGrid" id="grid1">
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2013-02-22 15:06:54 -06:00
|
|
|
<property name="column_spacing">12</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<child>
|
2012-10-10 16:27:52 -05:00
|
|
|
<object class="GtkEntry" id="urled">
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2012-11-23 04:27:53 -06:00
|
|
|
<property name="valign">center</property>
|
2012-10-10 16:27:52 -05:00
|
|
|
<property name="hexpand">True</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="invisible_char">•</property>
|
2012-10-10 16:27:52 -05:00
|
|
|
<property name="invisible_char_set">True</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
2012-10-10 16:27:52 -05:00
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-10-10 16:27:52 -05:00
|
|
|
<object class="GtkButton" id="urlbtn">
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="label" translatable="yes">Browse...</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2012-11-23 04:27:53 -06:00
|
|
|
<property name="valign">center</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
2012-10-10 16:27:52 -05:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2012-10-25 08:46:59 -05:00
|
|
|
<property name="label" translatable="yes">File/URL</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
</attributes>
|
2012-10-10 15:37:48 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="frame2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkAlignment" id="alignment2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2013-02-22 15:06:54 -06:00
|
|
|
<property name="top_padding">6</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
2012-10-10 16:27:52 -05:00
|
|
|
<property name="width_request">400</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="height_request">80</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2012-10-10 16:27:52 -05:00
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="vscrollbar_policy">always</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
2013-04-04 14:58:10 -05:00
|
|
|
<object class="GtkTextView" id="pluginoptions:border">
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="wrap_mode">char</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2012-10-25 08:46:59 -05:00
|
|
|
<property name="label" translatable="yes">Options</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
</attributes>
|
2012-10-10 15:37:48 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="dialog-action_area1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="layout_style">start</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="ok">
|
|
|
|
<property name="label">gtk-ok</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2012-10-12 10:27:59 -05:00
|
|
|
<property name="can_default">True</property>
|
2012-10-10 15:37:48 -05:00
|
|
|
<property name="has_default">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="cancel">
|
|
|
|
<property name="label">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>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="help">
|
|
|
|
<property name="label">gtk-help</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="0">ok</action-widget>
|
|
|
|
<action-widget response="0">cancel</action-widget>
|
|
|
|
<action-widget response="0">help</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
|
|
|
</interface>
|