Home
last modified time | relevance | path

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

/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-plot-impl.h91 #define GOG_PLOT_VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOG_TYPE_PLOT_VIEW, GogPlotView)) macro
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dbet_graph.c554 index = gog_plot_view_get_data_at_point (GOG_PLOT_VIEW (view), event->x, event->y, &series); in bet_graph_right_button_press()
634 index = gog_plot_view_get_data_at_point (GOG_PLOT_VIEW (view), event->x, event->y, &series); in bet_graph_on_motion()
681 index = gog_plot_view_get_data_at_point (GOG_PLOT_VIEW (view), event->x, event->y, &series); in bet_graph_on_motion()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/table/
H A Dgchemtable-curve.cc588 index = gog_plot_view_get_data_at_point (GOG_PLOT_VIEW (view), event->x, event->y, &series); in OnMotion()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_pie/
H A Dgog-pie.c1167 int index = gog_pie_view_get_data_at_point (GOG_PLOT_VIEW (view), x, y, (GogSeries** )&series); in gog_pie_view_get_tip_at_point()