anastasis-gtk

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

commit 20d0da4b39761f76b25843206233a43260c91cf1
parent aadc6622c31b08ec99998f0a3682db752598304c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 27 Aug 2021 23:15:20 +0200

-make bank details selectable

Diffstat:
Mcontrib/anastasis_gtk_challenge_iban.glade | 29+++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)

diff --git a/contrib/anastasis_gtk_challenge_iban.glade b/contrib/anastasis_gtk_challenge_iban.glade @@ -45,7 +45,6 @@ Author: Christian Grothoff <object class="GtkButton" id="anastasis_gtk_c_iban_dialog_btn_close"> <property name="label">gtk-close</property> <property name="visible">True</property> - <property name="sensitive">True</property> <property name="can-focus">False</property> <property name="can-default">True</property> <property name="has-default">True</property> @@ -171,6 +170,17 @@ to pay the Anastasis provider for its service.</property> </packing> </child> <child> + <object class="GtkSeparator"> + <property name="visible">True</property> + <property name="can-focus">False</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> + </child> + <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> @@ -183,6 +193,7 @@ to pay the Anastasis provider for its service.</property> <property name="margin-start">30</property> <property name="margin-end">30</property> <property name="label">SET DYNAMICALLY BY PROGRAM</property> + <property name="selectable">True</property> <attributes> <attribute name="style" value="italic"/> <attribute name="weight" value="bold"/> @@ -222,17 +233,6 @@ to pay the Anastasis provider for its service.</property> </packing> </child> <child> - <object class="GtkSeparator"> - <property name="visible">True</property> - <property name="can-focus">False</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">3</property> - </packing> - </child> - <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> @@ -245,6 +245,7 @@ to pay the Anastasis provider for its service.</property> <property name="margin-start">30</property> <property name="margin-end">30</property> <property name="label">SET DYNAMICALLY BY PROGRAM</property> + <property name="selectable">True</property> <attributes> <attribute name="style" value="italic"/> <attribute name="weight" value="bold"/> @@ -296,6 +297,7 @@ to pay the Anastasis provider for its service.</property> <property name="margin-start">30</property> <property name="margin-end">30</property> <property name="label">SET DYNAMICALLY BY PROGRAM</property> + <property name="selectable">True</property> <attributes> <attribute name="style" value="italic"/> <attribute name="weight" value="bold"/> @@ -414,6 +416,9 @@ open the resulting file later to continue.</property> </child> </object> </child> + <action-widgets> + <action-widget response="-7">anastasis_gtk_c_iban_dialog_btn_close</action-widget> + </action-widgets> <child type="titlebar"> <object class="GtkLabel"> <property name="visible">True</property>