708 gtk_widget_set_size_request (cedit ->
axischoice, 80, 35);
712 add_box_child_start (GTK_ORIENTATION_VERTICAL, axisbox, gtk_separator_new (GTK_ORIENTATION_HORIZONTAL), FALSE, FALSE, 5);
721 gtk_widget_set_size_request (cedit -> scale_box, 80, -1);
722 cedit -> handler_id = g_signal_connect (G_OBJECT(cedit -> scale_box),
"changed", G_CALLBACK(
set_scale), data);
723 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> scale_box, FALSE, FALSE, 0);
725 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> auto_scale, FALSE, FALSE, 30);
760 ahbox =
abox (axisbox, _(
"Location:"), 1);
764 gtk_widget_set_size_request (cedit -> ticks_inout_box, 60, -1);
765 g_signal_connect (G_OBJECT(cedit -> ticks_inout_box),
"changed", G_CALLBACK(
set_io_ticks), data);
766 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> ticks_inout_box, FALSE, FALSE, 3);
773 gtk_widget_set_size_request (cedit -> ticks_pos_box, 100, -1);
774 g_signal_connect (G_OBJECT(cedit -> ticks_pos_box),
"changed", G_CALLBACK(
set_pos_ticks), data);
775 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> ticks_pos_box, FALSE, FALSE, 3);
779 ahbox =
abox (axisbox, _(
"Major ticks size:"), 1);
783 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> mats[i], FALSE, FALSE, 0);
785 ahbox =
abox (axisbox, _(
"Minor ticks size:"), 1);
789 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> mits[i], FALSE, FALSE, 0);
798 ahbox =
abox (axisbox, _(
"Location:"), 1);
804 gtk_widget_set_size_request (cedit -> labels_pos_box, 150, -1);
805 g_signal_connect (G_OBJECT(cedit -> labels_pos_box),
"changed", G_CALLBACK(
set_pos_labels), data);
806 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> labels_pos_box, FALSE, FALSE, 0);
809 ahbox =
abox (axisbox, _(
"Significant digits:"), 1);
812 cedit -> ndi[i] =
spin_button (G_CALLBACK(
set_lab_digit_spin), (
double)this_curve -> labels_digit[i], 0.0, 100.0, 1.0, 0, 50, & cedit -> dataxe[i]);
818 add_box_child_start (GTK_ORIENTATION_HORIZONTAL,
abox (axisbox, _(
"Font:"), 1), cedit -> ticks_labels_font, FALSE, FALSE, 5);
822 add_box_child_start (GTK_ORIENTATION_HORIZONTAL,
abox (axisbox, _(
"Angle:"), 1), cedit -> ticks_labels_angle, FALSE, FALSE, 5);
825 ahbox =
abox (axisbox, _(
"Position: "), 1);
829 cedit -> nptx[i] =
spin_button (G_CALLBACK(
set_lab_shift_x_spin), (
double)this_curve -> labels_shift_x[i], -100.0, 100.0, 1.0, 0, 50, & cedit -> dataxe[i]);
830 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> nptx[i], FALSE, FALSE, 0);
835 cedit -> npty[i] =
spin_button (G_CALLBACK(
set_lab_shift_y_spin), (
double) this_curve -> labels_shift_y[i], -100.0, 100.0, 1.0, 0, 50, & cedit -> dataxe[i]);
836 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> npty[i], FALSE, FALSE, 0);
839 cedit -> show_axis =
check_button (_(
"Show/Hide axis (if min[axis] < 0.0 < max[axis])"), 100, 30, FALSE, G_CALLBACK(
set_axis), data);
840 add_box_child_start (GTK_ORIENTATION_VERTICAL, axisbox, cedit -> show_axis, FALSE, FALSE, 3);
841 cedit -> show_grid =
check_button (_(
"Show/Hide axis grid"), 100, 30, FALSE, G_CALLBACK(
set_grid), data);
842 add_box_child_start (GTK_ORIENTATION_VERTICAL, axisbox, cedit -> show_grid, FALSE, FALSE, 1);
847 cedit -> axis_default_title =
check_button (_(
"Use default axis title"), 175, -1, FALSE, G_CALLBACK(
to_axis_title), data);
848 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> axis_default_title, FALSE, FALSE, 0);
850 gtk_entry_set_alignment (GTK_ENTRY(cedit -> axis_title), 0.0);
851 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> axis_title, FALSE, FALSE, 0);
854 add_box_child_start (GTK_ORIENTATION_HORIZONTAL,
abox (axisbox, _(
"Font:"), 3), cedit -> axis_title_font, FALSE, FALSE, 0);
856 ahbox =
abox (axisbox, _(
"Position: "), 3);
861 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> tptx[i], FALSE, FALSE, 0);
867 add_box_child_start (GTK_ORIENTATION_HORIZONTAL, ahbox, cedit -> tpty[i], FALSE, FALSE, 0);