2014-10-22 13:44:02 -03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.12"/>
|
|
|
|
<template class="PamacPackagesChooserDialog" parent="GtkFileChooserDialog">
|
2014-11-03 17:57:50 -03:00
|
|
|
<property name="border_width">6</property>
|
2014-10-22 13:44:02 -03:00
|
|
|
<property name="title" translatable="yes">Install local packages</property>
|
|
|
|
<property name="role">GtkFileChooserDialog</property>
|
|
|
|
<property name="modal">True</property>
|
|
|
|
<property name="window_position">center-on-parent</property>
|
|
|
|
<property name="default_width">900</property>
|
|
|
|
<property name="icon_name">system-software-install</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<property name="create_folders">False</property>
|
|
|
|
<property name="local_only">False</property>
|
|
|
|
<property name="select_multiple">True</property>
|
|
|
|
<signal name="file-activated" handler="on_file_activated" swapped="no"/>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="filechooserdialog-vbox1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="filechooserdialog-action_area1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="package_cancel_button">
|
2014-10-30 10:44:09 -03:00
|
|
|
<property name="label" translatable="yes">_Cancel</property>
|
|
|
|
<property name="use_underline">True</property>
|
2014-10-22 13:44:02 -03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="package_open_button">
|
2014-10-30 10:44:09 -03:00
|
|
|
<property name="label" translatable="yes">_Open</property>
|
|
|
|
<property name="use_underline">True</property>
|
2014-10-22 13:44:02 -03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="has_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="-6">package_cancel_button</action-widget>
|
|
|
|
<action-widget response="-3">package_open_button</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</template>
|
|
|
|
</interface>
|