anastasis-gtk

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

anastasis_gtk_open_secret_dialog.glade (3985B)


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