anastasis_gtk_open_file_dialog.glade (4183B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Generated with glade 3.38.2 3 4 Copyright (C) 2019-2021 Anastasis SARL 5 6 This file is part of anastasis-gtk. 7 8 anastasis-gtk is free software: you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation, either version 3 of the License, or 11 (at your option) any later version. 12 13 anastasis-gtk is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with anastasis-gtk. If not, see <http://www.gnu.org/licenses/>. 20 21 Author: Christian Grothoff 22 23 --> 24 <interface> 25 <requires lib="gtk+" version="3.6"/> 26 <!-- interface-license-type gplv3 --> 27 <!-- interface-name anastasis-gtk --> 28 <!-- interface-description key backup and recovery --> 29 <!-- interface-copyright 2019-2021 Anastasis SARL --> 30 <!-- interface-authors Christian Grothoff --> 31 <object class="GtkFileFilter" id="anastasis_file_filter"> 32 <patterns> 33 <pattern>*.ana</pattern> 34 </patterns> 35 </object> 36 <object class="GtkFileChooserDialog" id="open_file_dialog"> 37 <property name="can-focus">False</property> 38 <property name="can-default">True</property> 39 <property name="modal">True</property> 40 <property name="window-position">center</property> 41 <property name="destroy-with-parent">True</property> 42 <property name="type-hint">dialog</property> 43 <property name="filter">anastasis_file_filter</property> 44 <signal name="response" handler="open_directory_dialog_response_cb" swapped="no"/> 45 <child internal-child="vbox"> 46 <object class="GtkBox"> 47 <property name="can-focus">False</property> 48 <property name="orientation">vertical</property> 49 <property name="spacing">2</property> 50 <child internal-child="action_area"> 51 <object class="GtkButtonBox"> 52 <property name="can-focus">False</property> 53 <property name="layout-style">end</property> 54 <child> 55 <object class="GtkButton" id="button2"> 56 <property name="label">gtk-cancel</property> 57 <property name="visible">True</property> 58 <property name="can-focus">True</property> 59 <property name="receives-default">True</property> 60 <property name="use-stock">True</property> 61 <property name="always-show-image">True</property> 62 </object> 63 <packing> 64 <property name="expand">True</property> 65 <property name="fill">True</property> 66 <property name="position">0</property> 67 </packing> 68 </child> 69 <child> 70 <object class="GtkButton" id="button1"> 71 <property name="label">gtk-open</property> 72 <property name="visible">True</property> 73 <property name="can-focus">True</property> 74 <property name="can-default">True</property> 75 <property name="has-default">True</property> 76 <property name="receives-default">True</property> 77 <property name="use-stock">True</property> 78 <property name="always-show-image">True</property> 79 </object> 80 <packing> 81 <property name="expand">True</property> 82 <property name="fill">True</property> 83 <property name="position">1</property> 84 </packing> 85 </child> 86 </object> 87 <packing> 88 <property name="expand">False</property> 89 <property name="fill">False</property> 90 <property name="position">0</property> 91 </packing> 92 </child> 93 <child> 94 <placeholder/> 95 </child> 96 </object> 97 </child> 98 <action-widgets> 99 <action-widget response="-6">button2</action-widget> 100 <action-widget response="-5">button1</action-widget> 101 </action-widgets> 102 </object> 103 </interface>