Home
last modified time | relevance | path

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

/dports/math/xldlas/xldlas/
H A Dhelp.c309 fl_set_button(prefs_graph_key_on_button, graph_key_on); in set_prefs_values()
355 graph_key_on = fl_get_button(prefs_graph_key_on_button); in handle_prefs_buttons()
H A Dxldlas.h478 EXTERN FL_OBJECT *prefs_graph_key_on_button; variable
H A Dfrontend.c1556 prefs_graph_key_on_button = fl_add_checkbutton(FL_PUSH_BUTTON,20,40,100,20,"Graph key"); in create_frontend()
1557 fl_set_object_callback(prefs_graph_key_on_button, handle_prefs_buttons, 7); in create_frontend()
1558 tooltips_addtip(prefs_graph_key_on_button,"Include a variable key in gnuplot'ed graphs"); in create_frontend()