Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A DGraph.cc1613 …static Fl_Value_Input * rotcfg_type=0,*rotcfg_danim=0,*rotcfg_nstep=0,*rotcfg_rx=0,*rotcfg_ry=0,*r… in config() local
1788 rotcfg_type = new Fl_Value_Input(dx/14+dx/42,y_,dx/14,dh-4); in config()
1789 rotcfg_type->label("Anim"); in config()
1790 rotcfg_type->tooltip(gettext("Rotate what: 1 l1, 2 l2, 4 l3, ..., 128 l8, 256 viewpoint")); in config()
1871 rotcfg_danim->show(); rotcfg_type->show(); in config()
1875 rotcfg_type->value(rotanim_type); in config()
1944 rotcfg_danim->hide(); rotcfg_type->hide(); in config()
2115 rotanim_type=int(rotcfg_type->value()); in config()