Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_control.c67 PLOT_DONT_MOUSE = 1 << 8, enumerator
314 return !(plot->status & PLOT_DONT_MOUSE); in plot_is_mouseable()
5329 if (plot->status & (PLOT_DONT_ZOOM | PLOT_DONT_MOUSE)) { in resize_png_plot()
5341 plot->status |= (PLOT_DONT_ZOOM | PLOT_DONT_MOUSE); in resize_png_plot()
5574 plot->status |= (PLOT_DONT_ZOOM | PLOT_DONT_MOUSE); in get_plot_ranges()
5580 plot->status |= (PLOT_DONT_ZOOM | PLOT_DONT_MOUSE); in get_plot_ranges()
5611 plot->status |= (PLOT_DONT_ZOOM | PLOT_DONT_MOUSE); in get_plot_ranges()
5635 plot->status |= (PLOT_DONT_ZOOM | PLOT_DONT_MOUSE); in get_plot_ranges()
5899 plot->status |= (PLOT_DONT_EDIT | PLOT_DONT_ZOOM | PLOT_DONT_MOUSE); in gnuplot_show_png()
6028 plot->status |= PLOT_DONT_MOUSE; in gnuplot_show_map()