<?xml version="1.0" encoding="UTF-8"?> <interface> <requires lib="gtk+" version="3.12"/> <template class="PamacPackagesChooserDialog" parent="GtkFileChooserDialog"> <property name="border_width">6</property> <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">12</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"> <property name="label" translatable="yes">_Cancel</property> <property name="use_underline">True</property> <property name="visible">True</property> <property name="can_focus">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> <child> <object class="GtkButton" id="package_open_button"> <property name="label" translatable="yes">_Open</property> <property name="use_underline">True</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_focus">True</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> </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>