2019-04-04 23:08:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2013-03-25 12:49:49 +00:00
|
|
|
<template class="GtkFileChooserDialog" parent="GtkDialog">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="type-hint">dialog</property>
|
|
|
|
<property name="default-width">600</property>
|
2013-03-25 12:49:49 +00:00
|
|
|
<signal name="response" handler="response_cb" swapped="no"/>
|
2018-12-26 08:00:08 +00:00
|
|
|
<child internal-child="content_area">
|
|
|
|
<object class="GtkBox">
|
2013-03-25 12:49:49 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child internal-child="action_area">
|
2019-02-04 17:44:55 +00:00
|
|
|
<object class="GtkBox" id="dialog-action_area1">
|
2016-10-27 00:58:07 +00:00
|
|
|
<property name="margin">6</property>
|
2018-12-26 07:55:46 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="halign">end</property>
|
2013-03-25 12:49:49 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFileChooserWidget" id="widget">
|
2017-04-21 16:59:59 +00:00
|
|
|
<property name="expand">1</property>
|
2013-03-25 12:49:49 +00:00
|
|
|
<signal name="default-size-changed" handler="file_chooser_widget_default_size_changed" swapped="no"/>
|
|
|
|
<signal name="file-activated" handler="file_chooser_widget_file_activated" swapped="no"/>
|
|
|
|
<signal name="response-requested" handler="file_chooser_widget_response_requested" swapped="no"/>
|
2014-02-20 20:44:47 +00:00
|
|
|
<signal name="selection-changed" handler="file_chooser_widget_selection_changed" swapped="no"/>
|
2013-03-25 12:49:49 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2015-02-27 02:15:19 +00:00
|
|
|
<object class="GtkSizeGroup" id="buttons">
|
|
|
|
<property name="mode">vertical</property>
|
|
|
|
</object>
|
2013-03-25 12:49:49 +00:00
|
|
|
</interface>
|