613 GtkWidget * graphbox;
617 GtkWidget * frame_style_box;
618 GtkWidget * frame_thickness;
630 ftb[2] =
"right open";
631 ftb[3] =
"left open";
642 for ( i=0 ; i < 2 ; i++ )
663 add_box_child_start (GTK_ORIENTATION_VERTICAL, graphbox, gtk_separator_new (GTK_ORIENTATION_HORIZONTAL), FALSE, FALSE, 5);
701 for ( i=0 ; i < 2 ; i++ )
710 add_box_child_start (GTK_ORIENTATION_VERTICAL, graphbox, gtk_separator_new (GTK_ORIENTATION_HORIZONTAL), FALSE, FALSE, 10);
719 add_box_child_start (GTK_ORIENTATION_VERTICAL, graphbox, gtk_separator_new (GTK_ORIENTATION_HORIZONTAL), FALSE, FALSE, 10);
739 gtk_widget_set_size_request (
fbox, 150, 30);
740 gtk_combo_box_set_active(GTK_COMBO_BOX(
fbox), this_proj -> curves[
b][
c] -> frame_type);
746 for ( i=1 ; i <
ndash ; i++)
750 gtk_widget_set_size_request (
fbox, 150, 30);
751 gtk_combo_box_set_active(GTK_COMBO_BOX(
fbox), this_proj -> curves[
b][
c] -> frame_dash - 1);
758 add_box_child_start (GTK_ORIENTATION_HORIZONTAL,
bbox (frame_style_box,
"Line width:"), frame_thickness, FALSE, FALSE, 0);
767 this_proj -> curves[
b][
c] -> frame_dash,
768 this_proj -> curves[
b][
c] -> frame_thickness,
769 this_proj -> curves[
b][
c] -> frame_pos[0],
770 this_proj -> curves[
b][
c] -> frame_pos[1],
771 this_proj -> curves[
b][
c] -> frame_color,
772 this_proj -> curves[
b][
c] -> backcolor);
774 cairo_surface_destroy (
frame);
797 xyf =
markup_label (g_strdup_printf (
"%s %s: ",axl[i], str[j]), 70, -1, 1.0, 0.5);