anastasis-gtk

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

anastasis_gtk_deny_singlefactor.glade (2703B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!-- Generated with glade 3.38.2 -->
      3 <interface>
      4   <requires lib="gtk+" version="3.24"/>
      5   <object class="GtkMessageDialog" id="anastasis_gtk_deny_singlefactor_dialog">
      6     <property name="can-focus">False</property>
      7     <property name="title" translatable="yes">Single-factor authentication is not allowed!</property>
      8     <property name="modal">True</property>
      9     <property name="window-position">center</property>
     10     <property name="type-hint">dialog</property>
     11     <property name="message-type">warning</property>
     12     <property name="text" translatable="yes">To keep your secret secure, we require at least two authentication options, and recommend you specify at least three authentication options before proceeding.</property>
     13     <property name="secondary-text" translatable="yes">Select "back" to add additional authentication options.</property>
     14     <signal name="response" handler="anastasis_gtk_deny_singlefactor_dialog_response_cb" swapped="no"/>
     15     <child internal-child="vbox">
     16       <object class="GtkBox">
     17         <property name="can-focus">False</property>
     18         <property name="orientation">vertical</property>
     19         <property name="spacing">2</property>
     20         <child internal-child="action_area">
     21           <object class="GtkButtonBox">
     22             <property name="can-focus">False</property>
     23             <property name="homogeneous">True</property>
     24             <property name="layout-style">end</property>
     25             <child>
     26               <object class="GtkButton" id="back_button">
     27                 <property name="label">gtk-go-back</property>
     28                 <property name="visible">True</property>
     29                 <property name="can-focus">True</property>
     30                 <property name="receives-default">True</property>
     31                 <property name="tooltip-text" translatable="yes">Go back to the previous dialog to add more authentication options.</property>
     32                 <property name="use-stock">True</property>
     33               </object>
     34               <packing>
     35                 <property name="expand">True</property>
     36                 <property name="fill">True</property>
     37                 <property name="padding">5</property>
     38                 <property name="position">0</property>
     39               </packing>
     40             </child>
     41           </object>
     42           <packing>
     43             <property name="expand">False</property>
     44             <property name="fill">False</property>
     45             <property name="position">0</property>
     46           </packing>
     47         </child>
     48       </object>
     49     </child>
     50     <action-widgets>
     51       <action-widget response="-6">back_button</action-widget>
     52     </action-widgets>
     53   </object>
     54 </interface>