gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-gtk] branch master updated: import open button to impor


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: import open button to import core secret
Date: Mon, 15 Mar 2021 22:15:51 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 0fc5fad  import open button to import core secret
0fc5fad is described below

commit 0fc5fad9a0575110e835f09ec07f3adf2ca82b3f
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Mar 15 22:15:47 2021 +0100

    import open button to import core secret
---
 contrib/Makefile.am                            |  1 +
 contrib/anastasis_gtk_open_secret_dialog.glade | 69 ++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index f64e115..b6eca5f 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -30,6 +30,7 @@ pkgdata_DATA = \
   anastasis_gtk_challenge_question.glade \
   anastasis_gtk_edit_providers.glade \
   anastasis_gtk_open_file_dialog.glade \
+  anastasis_gtk_open_secret_dialog.glade \
   anastasis_gtk_main_window.glade \
   anastasis_gtk_save_file_dialog.glade \
   anastasis_gtk_save_secret_dialog.glade
diff --git a/contrib/anastasis_gtk_open_secret_dialog.glade 
b/contrib/anastasis_gtk_open_secret_dialog.glade
new file mode 100644
index 0000000..2b5695c
--- /dev/null
+++ b/contrib/anastasis_gtk_open_secret_dialog.glade
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.38.2 -->
+<interface>
+  <requires lib="gtk+" version="3.0"/>
+  <object class="GtkFileChooserDialog" id="open_file_dialog">
+    <property name="can-focus">False</property>
+    <property name="can-default">True</property>
+    <property name="modal">True</property>
+    <property name="window-position">center</property>
+    <property name="destroy-with-parent">True</property>
+    <property name="type-hint">dialog</property>
+    <signal name="response" handler="open_secret_dialog_response_cb" 
swapped="no"/>
+    <child internal-child="vbox">
+      <object class="GtkBox">
+        <property name="can-focus">False</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">2</property>
+        <child internal-child="action_area">
+          <object class="GtkButtonBox">
+            <property name="can-focus">False</property>
+            <property name="layout-style">end</property>
+            <child>
+              <object class="GtkButton" id="button2">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can-focus">True</property>
+                <property name="receives-default">True</property>
+                <property name="use-stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button1">
+                <property name="label">gtk-open</property>
+                <property name="visible">True</property>
+                <property name="can-focus">True</property>
+                <property name="can-default">True</property>
+                <property name="has-default">True</property>
+                <property name="receives-default">True</property>
+                <property name="use-stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">False</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <placeholder/>
+        </child>
+      </object>
+    </child>
+    <action-widgets>
+      <action-widget response="-6">button2</action-widget>
+      <action-widget response="-5">button1</action-widget>
+    </action-widgets>
+  </object>
+</interface>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]