Home
last modified time | relevance | path

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

/dports/biology/seaview/seaview/
H A Dtrees.cxx755 Fl_Round_Button *u_bionj, *u_menutree, *u_random; variable
993 u_menutree = new Fl_Round_Button(3, y, 95, 20, "User given:"); in phyml_dialog()
994 u_menutree->type(FL_RADIO_BUTTON); in phyml_dialog()
995 u_choice = new Fl_Choice(u_menutree->x() + u_menutree->w() + 5, y, 100, 20, ""); in phyml_dialog()
1000 if(count <= 0) {u_menutree->deactivate(); u_choice->deactivate(); } in phyml_dialog()
1001 u_random = new Fl_Round_Button(3, u_menutree->y() + u_menutree->h() + 5, 80, 20, "Add: "); in phyml_dialog()
1164 if(u_menutree->value()) { in run_phyml_callback()