Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A DGraph.cc3050 static Fl_Check_Button * button_approx=0, * button_formel=0,*button_untranslate=0; in change_line_type() local
3168 button_formel=new Fl_Check_Button(2*dx/5+2,2+4*dy/lignes,dx/5-4,dy/lignes-4); in change_line_type()
3169 button_formel->label("symb"); in change_line_type()
3170 button_formel->tooltip(gettext("Make point symbolic")); in change_line_type()
3188 button_formel->show(); in change_line_type()
3189 button_formel->value(false); in change_line_type()
3194 button_formel->hide(); in change_line_type()
3283 formel=button_formel->value(); in change_line_type()