Searched refs:txt_rg_opnote (Results 1 – 3 of 3) sorted by relevance
44 Fl_Input2 *txt_rg_opnote = (Fl_Input2 *)0; variable112 cb_rg_filter_input(txt_rg_opnote); in cb_txt_rg_opnote()323 txt_rg_opnote->tooltip(_("Operating notes")); in create_radiogram_tab()324 txt_rg_opnote->box(FL_DOWN_BOX); in create_radiogram_tab()325 txt_rg_opnote->color((Fl_Color)FL_BACKGROUND2_COLOR); in create_radiogram_tab()327 txt_rg_opnote->labeltype(FL_NORMAL_LABEL); in create_radiogram_tab()328 txt_rg_opnote->labelfont(0); in create_radiogram_tab()329 txt_rg_opnote->labelsize(14); in create_radiogram_tab()331 txt_rg_opnote->callback((Fl_Callback*)cb_txt_rg_opnote); in create_radiogram_tab()332 txt_rg_opnote->align(FL_ALIGN_LEFT); in create_radiogram_tab()[all …]
130 { a_rg_opnote, "", (void **)&txt_rg_opnote, 't' }, // 9187 { _rg_opnote, "", (void **)&txt_rg_opnote, 't' }, // 9
773 extern Fl_Input2 *txt_rg_opnote;