Home
last modified time | relevance | path

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

/dports/biology/seaview/seaview/
H A Dtrees.cxx752 Fl_Round_Button *i_no; Fl_Round_Button *i_estim; Fl_Float_Input *i_val; variable
930 i_estim = new Fl_Round_Button(i_no->x() + i_no->w() + 5, y, 85, 20, "Optimized"); in phyml_dialog()
931 i_estim->type(FL_RADIO_BUTTON); in phyml_dialog()
932 Fl_Round_Button *i_fix = new Fl_Round_Button(i_estim->x() + i_estim->w() + 2, y, 60, 20, "Fixed"); in phyml_dialog()
1127 else if(i_estim->value()) strcpy(invar, "e"); in run_phyml_callback()