Home
last modified time | relevance | path

Searched refs:edgeedit (Results 1 – 4 of 4) sorted by relevance

/dports/math/ggobi/ggobi-2.1.11/src/
H A Dlineedit_ui.c41 gg->edgeedit.a = -1; in add_record_dialog_cancel()
97 record_add (cpanel->ee_mode, gg->edgeedit.a, d->nearest_point, in add_record_dialog_apply()
111 gg->edgeedit.a = -1; in add_record_dialog_apply()
161 lbl = (gchar *) g_array_index (d->rowlab, gchar *, gg->edgeedit.a); in add_record_dialog_open()
330 if (gg->edgeedit.a == -1) { /*-- looking for starting point --*/ in motion_notify_cb()
362 gg->edgeedit.a = d->nearest_point; in button_press_cb()
403 gg->edgeedit.a >= 0 && d->nearest_point != gg->edgeedit.a) { in button_release_cb()
H A Dsp_plot_edges.c471 if (gg->edgeedit.a != -1) in splot_add_edgeedit_cues()
472 splot_add_diamond_cue (gg->edgeedit.a, sp, drawable, gg); in splot_add_edgeedit_cues()
474 if (gg->buttondown && gg->edgeedit.a != -1 && in splot_add_edgeedit_cues()
475 k != -1 && k != gg->edgeedit.a) { in splot_add_edgeedit_cues()
486 sp->screen[gg->edgeedit.a].x, in splot_add_edgeedit_cues()
487 sp->screen[gg->edgeedit.a].y, sp->screen[k].x, in splot_add_edgeedit_cues()
H A Dggobi.h326 } edgeedit; member
H A Dlineedit.c316 record_add (cpanel->ee_mode, gg->edgeedit.a, d->nearest_point, in record_add_defaults()
336 gg->edgeedit.a = -1; /*-- index of point where new edge begins --*/ in edgeedit_init()