diff options
Diffstat (limited to 'contrib/anastasis_gtk_challenge_iban.glade')
-rw-r--r-- | contrib/anastasis_gtk_challenge_iban.glade | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/contrib/anastasis_gtk_challenge_iban.glade b/contrib/anastasis_gtk_challenge_iban.glade index 8eaea25..b666146 100644 --- a/contrib/anastasis_gtk_challenge_iban.glade +++ b/contrib/anastasis_gtk_challenge_iban.glade @@ -28,10 +28,10 @@ Author: Christian Grothoff <!-- interface-description key backup and recovery --> <!-- interface-copyright 2019-2021 Anastasis SARL --> <!-- interface-authors Christian Grothoff --> - <object class="GtkDialog" id="anastasis_gtk_c_question_dialog"> + <object class="GtkDialog" id="anastasis_gtk_c_iban_dialog"> <property name="can-focus">False</property> <property name="type-hint">dialog</property> - <signal name="response" handler="anastasis_gtk_c_question_dialog_response_cb" swapped="no"/> + <signal name="response" handler="anastasis_gtk_c_iban_dialog_response_cb" swapped="no"/> <child internal-child="vbox"> <object class="GtkBox"> <property name="can-focus">False</property> @@ -42,10 +42,10 @@ Author: Christian Grothoff <property name="can-focus">False</property> <property name="layout-style">end</property> <child> - <object class="GtkButton" id="anastasis_gtk_c_question_dialog_btn_close"> + <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">False</property> + <property name="sensitive">True</property> <property name="can-focus">False</property> <property name="can-default">True</property> <property name="has-default">True</property> @@ -71,7 +71,7 @@ Author: Christian Grothoff </packing> </child> <child> - <object class="GtkLabel" id="anastasis_gtk_c_question_error_label"> + <object class="GtkLabel" id="anastasis_gtk_c_iban_error_label"> <property name="can-focus">False</property> <property name="label">ERROR MESSAGE (SET DYNAMICALLY BY PROGRAM)</property> <attributes> @@ -123,6 +123,7 @@ to pay the Anastasis provider for its service.</property> </child> <child> <object class="GtkBox"> + <property name="visible">True</property> <property name="can-focus">False</property> <property name="orientation">vertical</property> <child> @@ -132,7 +133,7 @@ to pay the Anastasis provider for its service.</property> <property name="halign">start</property> <property name="margin-start">30</property> <property name="margin-end">30</property> - <property name="label">SET DYNAMICALLY BY PROGRAM (NOT IMPLEMENTED)</property> + <property name="label">SET DYNAMICALLY BY PROGRAM</property> <attributes> <attribute name="style" value="italic"/> <attribute name="weight" value="bold"/> @@ -170,17 +171,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> @@ -232,6 +222,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> @@ -413,9 +414,6 @@ open the resulting file later to continue.</property> </child> </object> </child> - <action-widgets> - <action-widget response="-7">anastasis_gtk_c_question_dialog_btn_close</action-widget> - </action-widgets> <child type="titlebar"> <object class="GtkLabel"> <property name="visible">True</property> @@ -424,7 +422,7 @@ open the resulting file later to continue.</property> </object> </child> <action-widgets> - <action-widget response="-7">anastasis_gtk_c_question_dialog_btn_close</action-widget> + <action-widget response="-7">anastasis_gtk_c_iban_dialog_btn_close</action-widget> </action-widgets> </object> </interface> |