WIP: results II bis
This commit is contained in:
parent
d2f7ab8f44
commit
4c4df5f3ec
|
@ -129,7 +129,7 @@ void *widget_measure_do_end_creation_of_measurement_process()
|
|||
("/home/jean/Gem-Graph/gem-graph-client/data/stamp/clean.png");
|
||||
btt_end = gtk_toggle_button_new_with_label
|
||||
("click to end the creation of a new measurement process");
|
||||
g_signal_connect (btt_end, "toggled", G_CALLBACK (on_closing_page), NULL);
|
||||
// g_signal_connect (btt_end, "toggled", G_CALLBACK (on_closing_page), NULL);
|
||||
|
||||
gtk_box_append (last_one, GTK_WIDGET (clean));
|
||||
gtk_box_append (last_one, GTK_WIDGET (btt_end));
|
||||
|
@ -166,8 +166,7 @@ void *widget_measure_do_correlate()
|
|||
("/home/jean/Gem-Graph/gem-graph-client/data/stamp/harbor.png");
|
||||
btt_skip_this_step =
|
||||
gtk_toggle_button_new_with_label ("next");
|
||||
g_signal_connect (btt_skip_this_step, "toggled",
|
||||
G_CALLBACK (on_skip_this_step), NULL);
|
||||
// g_signal_connect (btt_skip_this_step, "toggled", G_CALLBACK (on_skip_this_step), NULL);
|
||||
gtk_box_append (correlation_measures_box, GTK_WIDGET (correl));
|
||||
gtk_box_append (correlation_measures_box,
|
||||
GTK_WIDGET (gtk_label_new
|
||||
|
|
Loading…
Reference in New Issue