Searched refs:txt_rg_orig (Results 1 – 3 of 3) sorted by relevance
54 Fl_Input2 *txt_rg_orig = (Fl_Input2 *)0; variable500 txt_rg_orig->tooltip(_("Person requesting message")); in create_radiogram_tab()501 txt_rg_orig->type(4); in create_radiogram_tab()502 txt_rg_orig->box(FL_DOWN_BOX); in create_radiogram_tab()503 txt_rg_orig->color((Fl_Color)FL_BACKGROUND2_COLOR); in create_radiogram_tab()505 txt_rg_orig->labeltype(FL_NORMAL_LABEL); in create_radiogram_tab()506 txt_rg_orig->labelfont(0); in create_radiogram_tab()507 txt_rg_orig->labelsize(14); in create_radiogram_tab()509 txt_rg_orig->align(FL_ALIGN_TOP_LEFT); in create_radiogram_tab()510 txt_rg_orig->callback(rg_changed); in create_radiogram_tab()[all …]
137 { a_rg_orig, "", (void **)&txt_rg_orig, 't' }, // 16194 { _rg_orig, "", (void **)&txt_rg_orig, 't' }, // 16
782 extern Fl_Input2 *txt_rg_orig;