Home
last modified time | relevance | path

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

/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DEditView.h33 Draw_Fl_Input *Mol_Comp_Dist; variable
H A DEditView.cxx73 Draw_Fl_Input *o = Mol_Comp_Dist = in EditScreen()
H A DEdit2.cxx2284 edtprm->Mol_Comp_Dist->take_focus ();
2285 edtprm->Mol_Comp_Dist->position (0);
2286 edtprm->Mol_Comp_Dist->mark (strlen (edtprm->Mol_Comp_Dist->value ()));
2288 if (o == edtprm->Mol_Comp_Dist) {
H A DEdit1.cxx2614 edtprm->Mol_Comp_Dist->value (string); // Molecule completion stuff in Edit_Parmeters_cb()
2719 temp = (float) atof (edtprm->Mol_Comp_Dist->value ()); in Edit_Parmeters_Save_cb()