anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

anastasis_gtk_save_file_dialog.glade (4078B)


      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="save_file_dialog">
     37     <property name="can-focus">False</property>
     38     <property name="window-position">center</property>
     39     <property name="type-hint">dialog</property>
     40     <property name="action">save</property>
     41     <property name="filter">anastasis_file_filter</property>
     42     <signal name="response" handler="save_directory_dialog_response_cb" swapped="no"/>
     43     <child internal-child="vbox">
     44       <object class="GtkBox">
     45         <property name="can-focus">False</property>
     46         <property name="orientation">vertical</property>
     47         <property name="spacing">2</property>
     48         <child internal-child="action_area">
     49           <object class="GtkButtonBox">
     50             <property name="can-focus">False</property>
     51             <property name="layout-style">end</property>
     52             <child>
     53               <object class="GtkButton" id="button1">
     54                 <property name="label">gtk-cancel</property>
     55                 <property name="visible">True</property>
     56                 <property name="can-focus">True</property>
     57                 <property name="receives-default">True</property>
     58                 <property name="use-stock">True</property>
     59                 <property name="always-show-image">True</property>
     60               </object>
     61               <packing>
     62                 <property name="expand">True</property>
     63                 <property name="fill">True</property>
     64                 <property name="position">0</property>
     65               </packing>
     66             </child>
     67             <child>
     68               <object class="GtkButton" id="button2">
     69                 <property name="label">gtk-save</property>
     70                 <property name="visible">True</property>
     71                 <property name="can-focus">True</property>
     72                 <property name="can-default">True</property>
     73                 <property name="has-default">True</property>
     74                 <property name="receives-default">True</property>
     75                 <property name="use-stock">True</property>
     76                 <property name="always-show-image">True</property>
     77               </object>
     78               <packing>
     79                 <property name="expand">True</property>
     80                 <property name="fill">True</property>
     81                 <property name="position">1</property>
     82               </packing>
     83             </child>
     84           </object>
     85           <packing>
     86             <property name="expand">False</property>
     87             <property name="fill">False</property>
     88             <property name="position">0</property>
     89           </packing>
     90         </child>
     91         <child>
     92           <placeholder/>
     93         </child>
     94       </object>
     95     </child>
     96     <action-widgets>
     97       <action-widget response="-6">button1</action-widget>
     98       <action-widget response="-3">button2</action-widget>
     99     </action-widgets>
    100   </object>
    101 </interface>