You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
143 lines
6.1 KiB
143 lines
6.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!-- Generated with glade 3.22.1 --> |
|
<interface> |
|
<requires lib="gtk+" version="3.0"/> |
|
<object class="GtkAdjustment" id="adjustment1"> |
|
<property name="upper">100</property> |
|
<property name="step_increment">1</property> |
|
<property name="page_increment">1</property> |
|
</object> |
|
<object class="GtkDialog" id="pluginDialog"> |
|
<property name="name">pluginDialog</property> |
|
<property name="can_focus">False</property> |
|
<property name="border_width">5</property> |
|
<property name="title" translatable="yes">Plugin Manager</property> |
|
<property name="modal">True</property> |
|
<property name="destroy_with_parent">True</property> |
|
<property name="type_hint">dialog</property> |
|
<child> |
|
<placeholder/> |
|
</child> |
|
<child internal-child="vbox"> |
|
<object class="GtkBox" id="dialog-vbox2"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="orientation">vertical</property> |
|
<property name="spacing">2</property> |
|
<child internal-child="action_area"> |
|
<object class="GtkButtonBox" id="dialog-action_area2"> |
|
<property name="name">dialog-action_area2</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="layout_style">end</property> |
|
<child> |
|
<object class="GtkButton" id="button1"> |
|
<property name="label">gtk-close</property> |
|
<property name="use_action_appearance">False</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">False</property> |
|
<property name="position">0</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkButton" id="button2"> |
|
<property name="label">gtk-ok</property> |
|
<property name="use_action_appearance">False</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">True</property> |
|
<property name="receives_default">True</property> |
|
<property name="use_stock">True</property> |
|
<accelerator key="Return" signal="activate"/> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">False</property> |
|
<property name="position">1</property> |
|
</packing> |
|
</child> |
|
</object> |
|
<packing> |
|
<property name="expand">False</property> |
|
<property name="fill">True</property> |
|
<property name="pack_type">end</property> |
|
<property name="position">0</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="orientation">vertical</property> |
|
<child> |
|
<object class="GtkScrolledWindow"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">True</property> |
|
<property name="shadow_type">in</property> |
|
<property name="min_content_width">400</property> |
|
<property name="min_content_height">300</property> |
|
<child> |
|
<object class="GtkViewport"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<child> |
|
<object class="GtkBox" id="pluginBox"> |
|
<property name="name">pluginBox</property> |
|
<property name="name">pluginBox</property> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="orientation">vertical</property> |
|
<child> |
|
<placeholder/> |
|
</child> |
|
<child> |
|
<placeholder/> |
|
</child> |
|
<child> |
|
<placeholder/> |
|
</child> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</object> |
|
<packing> |
|
<property name="expand">True</property> |
|
<property name="fill">True</property> |
|
<property name="position">0</property> |
|
</packing> |
|
</child> |
|
<child> |
|
<object class="GtkLabel"> |
|
<property name="visible">True</property> |
|
<property name="can_focus">False</property> |
|
<property name="margin_top">5</property> |
|
<property name="margin_bottom">5</property> |
|
<property name="label" translatable="yes">Plugin changes are only applied after Xournal++ is restarted</property> |
|
</object> |
|
<packing> |
|
<property name="expand">False</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">1</property> |
|
</packing> |
|
</child> |
|
</object> |
|
</child> |
|
<action-widgets> |
|
<action-widget response="1">button1</action-widget> |
|
<action-widget response="2">button2</action-widget> |
|
</action-widgets> |
|
</object> |
|
</interface>
|
|
|