From c618a4739a47eddb15f399d9c7b062187ca4a447 Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Tue, 20 Jun 2017 09:26:37 +0100 Subject: [PATCH] Files linked to dialog-sx-glade --- src/gnome/dialog-sx-editor.c | 10 +- src/gnome/dialog-sx-editor2.c | 10 +- src/gnome/dialog-sx-from-trans.c | 22 +- src/gnome/dialog-sx-since-last-run.c | 4 +- src/gnome/gtkbuilder/dialog-sx.glade | 2782 ++++++++++++-------------- 5 files changed, 1356 insertions(+), 1472 deletions(-) diff --git a/src/gnome/dialog-sx-editor.c b/src/gnome/dialog-sx-editor.c index 5c125d2653..a10c275ddd 100644 --- a/src/gnome/dialog-sx-editor.c +++ b/src/gnome/dialog-sx-editor.c @@ -1173,12 +1173,12 @@ gnc_ui_scheduled_xaction_editor_dialog_create (SchedXaction *sx, gnc_builder_add_from_file (builder, "dialog-sx.glade", "remind_days_adj"); gnc_builder_add_from_file (builder, "dialog-sx.glade", "end_spin_adj"); gnc_builder_add_from_file (builder, "dialog-sx.glade", "remain_spin_adj"); - gnc_builder_add_from_file (builder, "dialog-sx.glade", "Scheduled Transaction Editor"); + gnc_builder_add_from_file (builder, "dialog-sx.glade", "scheduled_transaction_editor_dialog"); sxed->builder = builder; /* Connect the Widgets */ - sxed->dialog = GTK_WIDGET(gtk_builder_get_object (builder, "Scheduled Transaction Editor")); + sxed->dialog = GTK_WIDGET(gtk_builder_get_object (builder, "scheduled_transaction_editor_dialog")); sxed->notebook = GTK_NOTEBOOK(gtk_builder_get_object (builder, "editor_notebook")); sxed->nameEntry = GTK_EDITABLE(gtk_builder_get_object (builder, "sxe_name")); sxed->enabledOpt = GTK_TOGGLE_BUTTON(gtk_builder_get_object (builder, "enabled_opt")); @@ -1197,7 +1197,7 @@ gnc_ui_scheduled_xaction_editor_dialog_create (SchedXaction *sx, /* Setup the end-date GNC widget */ { - GtkWidget *endDateBox = GTK_WIDGET(gtk_builder_get_object (builder, "end_date_hbox")); + GtkWidget *endDateBox = GTK_WIDGET(gtk_builder_get_object (builder, "editor_end_date_box")); sxed->endDateEntry = GNC_DATE_EDIT(gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE)); gtk_widget_show(GTK_WIDGET(sxed->endDateEntry)); @@ -1768,9 +1768,9 @@ _sx_engine_event_handler(QofInstance *ent, QofEventId event_type, gpointer user_ GtkCellRenderer *renderer; builder = gtk_builder_new(); - gnc_builder_add_from_file (builder, "dialog-sx.glade", "Account Deletion"); + gnc_builder_add_from_file (builder, "dialog-sx.glade", "account_deletion_dialog"); - dialog = GTK_WIDGET(gtk_builder_get_object (builder, "Account Deletion")); + dialog = GTK_WIDGET(gtk_builder_get_object (builder, "account_deletion_dialog")); list = GTK_TREE_VIEW(gtk_builder_get_object (builder, "sx_list")); diff --git a/src/gnome/dialog-sx-editor2.c b/src/gnome/dialog-sx-editor2.c index 7c96eb5563..1a47a25b4b 100644 --- a/src/gnome/dialog-sx-editor2.c +++ b/src/gnome/dialog-sx-editor2.c @@ -1143,12 +1143,12 @@ gnc_ui_scheduled_xaction_editor_dialog_create2 (SchedXaction *sx, gnc_builder_add_from_file (builder, "dialog-sx.glade", "remind_days_adj"); gnc_builder_add_from_file (builder, "dialog-sx.glade", "end_spin_adj"); gnc_builder_add_from_file (builder, "dialog-sx.glade", "remain_spin_adj"); - gnc_builder_add_from_file (builder, "dialog-sx.glade", "Scheduled Transaction Editor"); + gnc_builder_add_from_file (builder, "dialog-sx.glade", "scheduled_transaction_editor_dialog"); sxed->builder = builder; /* Connect the Widgets */ - sxed->dialog = GTK_WIDGET (gtk_builder_get_object (builder, "Scheduled Transaction Editor")); + sxed->dialog = GTK_WIDGET (gtk_builder_get_object (builder, "scheduled_transaction_editor_dialog")); sxed->notebook = GTK_NOTEBOOK (gtk_builder_get_object (builder, "editor_notebook")); sxed->nameEntry = GTK_EDITABLE (gtk_builder_get_object (builder, "sxe_name")); sxed->enabledOpt = GTK_TOGGLE_BUTTON (gtk_builder_get_object (builder, "enabled_opt")); @@ -1167,7 +1167,7 @@ gnc_ui_scheduled_xaction_editor_dialog_create2 (SchedXaction *sx, /* Setup the end-date GNC widget */ { - GtkWidget *endDateBox = GTK_WIDGET (gtk_builder_get_object (builder, "end_date_hbox")); + GtkWidget *endDateBox = GTK_WIDGET(gtk_builder_get_object (builder, "editor_end_date_box")); sxed->endDateEntry = GNC_DATE_EDIT (gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE)); gtk_widget_show (GTK_WIDGET (sxed->endDateEntry)); @@ -1716,9 +1716,9 @@ _sx_engine_event_handler (QofInstance *ent, QofEventId event_type, gpointer user GtkCellRenderer *renderer; builder = gtk_builder_new(); - gnc_builder_add_from_file (builder, "dialog-sx.glade", "Account Deletion"); + gnc_builder_add_from_file (builder, "dialog-sx.glade", "account_deletion_dialog"); - dialog = GTK_WIDGET (gtk_builder_get_object (builder, "Account Deletion")); + dialog = GTK_WIDGET (gtk_builder_get_object (builder, "account_deletion_dialog")); list = GTK_TREE_VIEW (gtk_builder_get_object (builder, "sx_list")); diff --git a/src/gnome/dialog-sx-from-trans.c b/src/gnome/dialog-sx-from-trans.c index f8be47b624..3e0666d559 100644 --- a/src/gnome/dialog-sx-from-trans.c +++ b/src/gnome/dialog-sx-from-trans.c @@ -393,15 +393,15 @@ sxftd_init( SXFromTransInfo *sxfti ) /* Setup the start and end dates as GNCDateEdits */ { GtkWidget *paramTable = GTK_WIDGET(gtk_builder_get_object(sxfti->builder, "param_table" )); - sxfti->startDateGDE = - GNC_DATE_EDIT( gnc_date_edit_new (gnc_time (NULL), - FALSE, FALSE)); - gtk_table_attach( GTK_TABLE(paramTable), - GTK_WIDGET( sxfti->startDateGDE ), - 1, 2, 2, 3, - (GTK_EXPAND | GTK_FILL), - GTK_FILL, - 0, 0 ); + sxfti->startDateGDE = GNC_DATE_EDIT( gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE)); + + gtk_grid_attach (GTK_GRID(paramTable), GTK_WIDGET(sxfti->startDateGDE), 1, 2, 1, 1); + gtk_widget_set_halign (GTK_WIDGET(sxfti->startDateGDE), GTK_ALIGN_FILL); + gtk_widget_set_valign (GTK_WIDGET(sxfti->startDateGDE), GTK_ALIGN_FILL); + gtk_widget_set_hexpand (GTK_WIDGET(sxfti->startDateGDE), TRUE); + gtk_widget_set_vexpand (GTK_WIDGET(sxfti->startDateGDE), FALSE); + g_object_set (GTK_WIDGET(sxfti->startDateGDE), "margin", 0, NULL); + g_signal_connect( sxfti->startDateGDE, "date-changed", G_CALLBACK( sxftd_update_excal_adapt ), sxfti ); @@ -766,8 +766,8 @@ gnc_sx_create_from_trans( Transaction *trans ) gnc_builder_add_from_file (builder , "dialog-sx.glade", "freq_liststore"); - gnc_builder_add_from_file (builder , "dialog-sx.glade", "sx_from_real_trans"); - dialog = GTK_WIDGET(gtk_builder_get_object (builder, "sx_from_real_trans")); + gnc_builder_add_from_file (builder , "dialog-sx.glade", "sx_from_real_trans_dialog"); + dialog = GTK_WIDGET(gtk_builder_get_object (builder, "sx_from_real_trans_dialog")); sxfti->builder = builder; sxfti->dialog = dialog; diff --git a/src/gnome/dialog-sx-since-last-run.c b/src/gnome/dialog-sx-since-last-run.c index 1258a2ee4f..6d85d4d1f1 100644 --- a/src/gnome/dialog-sx-since-last-run.c +++ b/src/gnome/dialog-sx-since-last-run.c @@ -967,9 +967,9 @@ gnc_ui_sx_since_last_run_dialog(GncSxInstanceModel *sx_instances, GList *auto_cr dialog = g_new0(GncSxSinceLastRunDialog, 1); builder = gtk_builder_new(); - gnc_builder_add_from_file (builder, "dialog-sx.glade", "since-last-run-dialog"); + gnc_builder_add_from_file (builder, "dialog-sx.glade", "since_last_run_dialog"); - dialog->dialog = GTK_WIDGET(gtk_builder_get_object (builder, "since-last-run-dialog")); + dialog->dialog = GTK_WIDGET(gtk_builder_get_object (builder, "since_last_run_dialog")); dialog->editing_model = gnc_sx_slr_tree_model_adapter_new(sx_instances); dialog->review_created_txns_toggle = GTK_TOGGLE_BUTTON(gtk_builder_get_object (builder, "review_txn_toggle")); diff --git a/src/gnome/gtkbuilder/dialog-sx.glade b/src/gnome/gtkbuilder/dialog-sx.glade index a2a4052804..e2c9ba3d46 100644 --- a/src/gnome/gtkbuilder/dialog-sx.glade +++ b/src/gnome/gtkbuilder/dialog-sx.glade @@ -1,8 +1,8 @@ - + + - - - + + True False 6 @@ -12,23 +12,23 @@ 240 dialog - + True False + vertical - + True False end - gtk-ok + _OK True True True False - False - True + True False @@ -45,9 +45,10 @@ - + True False + vertical True @@ -65,8 +66,6 @@ True True - automatic - automatic in @@ -74,6 +73,9 @@ False False False + + + @@ -96,1076 +98,6 @@ okbutton1 - - True - False - Preferences - - - True - False - 6 - 9 - 4 - 12 - - - True - False - 0 - <b>Since Last Run</b> - True - - - GTK_FILL - - - - - - True - False - 0 - - - 3 - 4 - GTK_FILL - - - - - - True - False - 0 - <b>Transaction Editor Defaults</b> - True - - - 4 - 5 - GTK_FILL - - - - - - _Run when data file opened - True - True - False - Run the "since last run" process when a file is opened. - False - True - True - - - - 4 - 1 - 2 - GTK_FILL - - 12 - - - - - _Show notification window - True - True - True - False - Show the notification window for the "since last run" process when a file is opened. - False - True - True - - - - 4 - 2 - 3 - GTK_FILL - - 30 - - - - - _Auto-create new transactions - True - True - False - Set the 'auto-create' flag on newly created scheduled transactions. - False - True - True - - - - 4 - 5 - 6 - GTK_FILL - - 12 - - - - - True - False - 12 - - - True - False - 0 - Crea_te in advance: - True - pref/dialogs.sxs.transaction-editor/create-days - - - - - 7 - 8 - GTK_FILL - GTK_FILL - - - - - True - False - 12 - - - True - False - 0 - R_emind in advance: - True - pref/dialogs.sxs.transaction-editor/remind-days - - - - - 8 - 9 - GTK_FILL - GTK_FILL - - - - - True - False - 6 - - - True - True - Begin notifications this many days before the transaction is created. - False - False - True - True - remind_days_adj - 1 - - - False - True - 0 - - - - - True - False - 0 - days - - - False - False - 1 - - - - - 1 - 2 - 8 - 9 - GTK_FILL - GTK_FILL - - - - - True - False - 6 - - - True - True - Create the transaction this many days before its effective date. - False - False - True - True - create_days_adj - 1 - - - False - True - 0 - - - - - True - False - 0 - days - - - False - False - 1 - - - - - 1 - 2 - 7 - 8 - GTK_FILL - GTK_FILL - - - - - _Notify before transactions are created - True - False - True - False - Set the 'notify' flag on newly created scheduled transactions. - False - True - True - - - - 4 - 6 - 7 - GTK_FILL - - 30 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - Edit Scheduled Transaction - dialog - - - True - False - 8 - - - True - False - end - - - gtk-help - True - True - True - False - False - True - - - False - False - 0 - - - - - gtk-cancel - True - True - True - False - False - True - - - False - False - 1 - - - - - gtk-ok - True - True - True - False - False - True - - - False - False - 2 - - - - - False - True - end - 0 - - - - - True - False - 6 - - - True - False - - - True - False - 1 - 5 - <b>Name</b> - True - True - center - sxe_name - - - False - False - 0 - - - - - - - - False - False - 0 - - - - - True - False - 12 - - - True - True - False - False - True - True - - - - - False - True - 6 - 1 - - - - - True - True - - - True - False - - - True - False - - - False - False - 0 - - - - - True - False - 0 - 3 - <b>Options</b> - True - - - False - False - 4 - 1 - - - - - True - False - 12 - - - True - False - 5 - 2 - 6 - - - Create in advance: - True - True - False - False - True - True - - - 3 - 4 - GTK_FILL - - - - - - Remind in advance: - True - True - False - False - True - True - - - 4 - 5 - GTK_FILL - - - - - - True - False - - - True - True - False - False - True - True - remind_days_adj - 1 - True - True - - - False - True - 0 - - - - - True - False - days - center - - - False - False - 1 - - - - - 1 - 2 - 4 - 5 - GTK_FILL - GTK_FILL - - - - - Create automatically - True - True - False - Conditional on splits not having variables - False - True - True - - - 2 - 1 - 2 - GTK_FILL - - - - - - True - False - - - True - True - False - False - True - True - advance_days_adj - 1 - True - True - - - False - True - 0 - - - - - True - False - days - center - - - False - False - 1 - - - - - 1 - 2 - 3 - 4 - GTK_FILL - GTK_FILL - - - - - True - False - - - Notify me when created - True - False - True - False - False - True - True - - - - - 2 - 2 - 3 - GTK_FILL - GTK_FILL - 24 - - - - - Enabled - True - True - False - False - True - True - - - GTK_FILL - - - - - - - - - - - False - True - 2 - - - - - True - False - - - False - False - 3 - - - - - True - False - 0 - 3 - <b>Occurrences</b> - True - - - False - False - 4 - 4 - - - - - True - False - 12 - - - True - False - - - True - False - - - True - False - 0 - Last Occurred: - center - - - False - False - 0 - - - - - True - False - YYYY-MM-DD - center - - - False - False - 1 - - - - - False - False - 0 - - - - - True - False - 0 - Repeats: - - - False - False - 1 - - - - - True - False - 12 - - - True - False - 4 - 3 - - - Forever - True - True - False - False - True - True - True - - - GTK_FILL - - - - - - Until: - True - True - False - False - True - True - rb_noend - - - 1 - 2 - GTK_FILL - - - - - - For: - True - True - False - False - True - True - rb_noend - - - 2 - 3 - GTK_FILL - - - - - - True - False - 0 - 3 - occurrences - - - 2 - 3 - 2 - 3 - GTK_FILL - - - - - - True - False - 0 - 3 - remaining - - - 2 - 3 - 3 - 4 - GTK_FILL - - - - - - True - False - - - - - - 1 - 3 - 1 - 2 - GTK_FILL - GTK_FILL - - - - - True - True - False - False - True - True - end_spin_adj - 1 - True - - - 1 - 2 - 2 - 3 - GTK_FILL - - - - - - True - True - False - False - True - True - remain_spin_adj - 1 - True - - - 1 - 2 - 3 - 4 - GTK_FILL - - - - - - - - - - - - - - - - - False - True - 2 - - - - - - - False - True - 5 - - - - - - - True - False - Overview - - - False - - - - - True - False - - - True - False - - - - - - False - True - 0 - - - - - True - False - - - - - - True - True - 1 - - - - - 1 - - - - - True - False - Frequency - - - 1 - False - - - - - True - False - 1 - - - - - - 2 - - - - - True - False - Template Transaction - - - 2 - False - - - - - True - True - 2 - - - - - True - True - 2 - - - - - - help_button - cancel_button - ok_button - - 731 1 @@ -1208,6 +140,339 @@ + + False + Make Scheduled Transaction + dialog + + + True + False + vertical + 8 + + + True + False + end + + + Advanced... + True + True + True + False + True + + + False + False + 0 + + + + + _Cancel + True + True + True + False + True + + + False + False + 1 + + + + + _OK + True + True + True + False + True + + + False + False + 2 + + + + + False + False + end + 0 + + + + + True + False + + + True + False + False + False + vertical + + + True + False + 5 + + + True + False + end + Name: + center + + + 0 + 0 + + + + + True + False + end + Frequency: + center + + + 0 + 1 + + + + + True + False + end + Start Date: + center + + + 0 + 2 + + + + + True + True + False + False + + + 1 + 0 + + + + + True + False + freq_liststore + + + + 0 + + + + + 1 + 1 + + + + + True + False + 2 + 0 + in + + + True + False + vertical + + + Never End + True + True + False + start + True + True + True + + + False + False + 0 + + + + + True + False + + + End Date: + True + True + False + start + True + True + never_end_button + + + False + False + 0 + + + + + + + + False + False + 1 + + + + + True + False + + + Number of Occurrences: + True + True + False + start + True + True + never_end_button + + + False + False + 0 + + + + + True + True + 4 + + 1 + False + False + + + False + False + 1 + + + + + False + False + 2 + + + + + + + True + False + True + + + + + 1 + 3 + + + + + True + False + end + End: + True + + + 0 + 3 + + + + + + + + False + False + 0 + + + + + False + False + 0 + + + + + True + False + True + True + 0 + + + + + + True + True + 1 + + + + + True + True + 2 + + + + + + advanced_button + cancel_button1 + ok_button1 + + 1000 1 @@ -1219,7 +484,978 @@ 1 30 - + + True + False + Preferences + + + True + False + 6 + 12 + + + True + False + start + <b>Since Last Run</b> + True + + + 0 + 0 + + + + + True + False + + + 1 + 3 + + + + + True + False + start + <b>Transaction Editor Defaults</b> + True + + + 0 + 4 + + + + + _Run when data file opened + True + True + False + Run the "since last run" process when a file is opened. + start + 12 + True + True + + + + 0 + 1 + + + + + _Show notification window + True + True + False + Show the notification window for the "since last run" process when a file is opened. + start + 24 + True + True + + + + 0 + 2 + + + + + _Auto-create new transactions + True + True + False + Set the 'auto-create' flag on newly created scheduled transactions. + start + 12 + True + True + + + + 0 + 5 + + + + + True + False + 12 + + + True + False + start + 12 + Crea_te in advance: + True + pref/dialogs.sxs.transaction-editor/create-days + + + + + 0 + 7 + + + + + True + False + 12 + + + True + False + start + 12 + R_emind in advance: + True + pref/dialogs.sxs.transaction-editor/remind-days + + + + + 0 + 8 + + + + + True + False + 6 + + + True + True + Begin notifications this many days before the transaction is created. + False + False + remind_days_adj + 1 + + + False + True + 0 + + + + + True + False + days + + + False + False + 1 + + + + + 1 + 8 + + + + + True + False + 6 + + + True + True + Create the transaction this many days before its effective date. + False + False + create_days_adj + 1 + + + False + True + 0 + + + + + True + False + days + + + False + False + 1 + + + + + 1 + 7 + + + + + _Notify before transactions are created + True + False + True + False + Set the 'notify' flag on newly created scheduled transactions. + start + 24 + True + True + + + + 0 + 6 + 2 + + + + + + + + + + + + + + + + + + + + + + + + + False + Edit Scheduled Transaction + dialog + + + True + False + vertical + 8 + + + True + False + end + + + _Help + True + True + True + False + True + + + False + False + 0 + + + + + _Cancel + True + True + True + False + True + + + False + False + 1 + + + + + _OK + True + True + True + False + True + + + False + False + 2 + + + + + False + True + end + 0 + + + + + True + False + 6 + vertical + + + True + False + + + True + False + <b>Name</b> + True + True + center + sxe_name + + + False + False + 0 + + + + + + + + False + False + 0 + + + + + True + False + 12 + + + True + True + False + False + + + + + False + True + 6 + 1 + + + + + True + True + + + True + False + vertical + + + True + False + + + False + False + 0 + + + + + True + False + start + <b>Options</b> + True + + + False + False + 4 + 1 + + + + + True + False + 12 + + + True + False + 6 + + + Create in advance: + True + True + False + start + True + True + + + 0 + 3 + + + + + Remind in advance: + True + True + False + start + True + True + + + 0 + 4 + + + + + True + False + start + start + + + True + True + False + False + remind_days_adj + 1 + True + True + + + False + True + 0 + + + + + True + False + start + days + center + + + False + False + 1 + + + + + 1 + 4 + + + + + Create automatically + True + True + False + Conditional on splits not having variables + start + True + True + + + 0 + 1 + + + + + True + False + start + start + + + True + True + False + False + advance_days_adj + 1 + True + True + + + False + True + 0 + + + + + True + False + start + days + center + + + False + False + 1 + + + + + 1 + 3 + + + + + True + False + + + Notify me when created + True + False + True + False + start + True + True + + + + + 0 + 2 + + + + + Enabled + True + True + False + start + True + True + + + 0 + 0 + + + + + + + + + + + + + + + + False + True + 2 + + + + + True + False + + + False + False + 3 + + + + + True + False + start + <b>Occurrences</b> + True + + + False + False + 4 + 4 + + + + + True + False + 12 + + + True + False + vertical + + + True + False + + + True + False + Last Occurred: + center + + + False + False + 0 + + + + + True + False + YYYY-MM-DD + center + + + False + False + 1 + + + + + False + False + 0 + + + + + True + False + start + Repeats: + + + False + False + 1 + + + + + True + False + 12 + + + True + False + + + Forever + True + True + False + start + True + True + True + + + 0 + 0 + + + + + Until: + True + True + False + start + True + True + rb_noend + + + 0 + 1 + + + + + For: + True + True + False + start + True + True + rb_noend + + + 0 + 2 + + + + + True + False + start + 5 + 5 + occurrences + + + 2 + 2 + + + + + True + False + start + 5 + remaining + + + 2 + 3 + + + + + True + False + + + + + + 1 + 1 + + + + + True + True + False + False + end_spin_adj + 1 + True + + + 1 + 2 + + + + + True + True + False + False + remain_spin_adj + 1 + True + + + 1 + 3 + + + + + + + + + + + + + + + + + + + False + True + 2 + + + + + + + False + True + 5 + + + + + + + True + False + Overview + + + False + + + + + True + False + vertical + + + True + False + + + + + + False + True + 0 + + + + + True + False + + + + + + True + True + 1 + + + + + 1 + + + + + True + False + Frequency + + + 1 + False + + + + + True + False + 1 + vertical + + + + + + 2 + + + + + True + False + Template Transaction + + + 2 + False + + + + + True + True + 2 + + + + + True + True + 2 + + + + + + help_button + cancel_button + ok_button + + + True False Since Last Run... @@ -1229,24 +1465,24 @@ True dialog - + True False + vertical - + True False end - gtk-cancel + _Cancel True True True True False - False - True + True False @@ -1256,13 +1492,12 @@ - gtk-ok + _OK True True True False - False - True + True False @@ -1279,21 +1514,23 @@ - + True False + vertical True True - automatic - automatic in True True True + + + @@ -1304,7 +1541,7 @@ - + True False @@ -1324,7 +1561,7 @@ True True False - False + start True True @@ -1355,357 +1592,4 @@ okbutton2 - - False - Make Scheduled Transaction - dialog - - - True - False - 8 - - - True - False - end - - - Advanced... - True - True - True - False - False - True - - - False - False - 0 - - - - - gtk-cancel - True - True - True - False - False - True - - - False - False - 1 - - - - - gtk-ok - True - True - True - False - False - True - - - False - False - 2 - - - - - False - False - end - 0 - - - - - True - False - - - True - False - - - True - False - 4 - 2 - - - True - False - 1 - 3 - Name: - center - - - - - - - - - True - False - 1 - 3 - Frequency: - center - - - 1 - 2 - - - - - - - True - False - 1 - 3 - Start Date: - center - - - 2 - 3 - - - - - - - True - True - False - False - True - True - - - 1 - 2 - GTK_FILL - - - - - - True - False - freq_liststore - - - - 0 - - - - - 1 - 2 - 1 - 2 - GTK_FILL - GTK_FILL - - - - - True - False - 2 - 0 - in - - - True - False - - - Never End - True - True - False - False - True - True - True - - - False - False - 0 - - - - - True - False - - - End Date: - True - True - False - False - True - True - never_end_button - - - False - False - 0 - - - - - - - - False - False - 1 - - - - - True - False - - - Number of Occurrences: - True - True - False - False - True - True - never_end_button - - - False - False - 0 - - - - - True - True - 4 - - 1 - True - False - False - True - True - - - False - False - 1 - - - - - False - False - 2 - - - - - - - True - False - True - - - - - 1 - 2 - 3 - 4 - - - - - - - True - False - 1 - 0.20000000298023224 - End: - True - - - 3 - 4 - - - - - - - - False - True - 0 - - - - - False - False - 0 - - - - - True - False - 0 - - - - - - True - True - 1 - - - - - True - True - 2 - - - - - - advanced_button - cancel_button - ok_button - -