Searched refs:txt_rg_station (Results 1 – 4 of 4) sorted by relevance
36 Fl_Input2 *txt_rg_station = (Fl_Input2 *)0; variable82 cb_rg_filter_input(txt_rg_station); in cb_txt_rg_station()220 txt_rg_station->tooltip(_("Station call sign")); in create_radiogram_tab()221 txt_rg_station->box(FL_DOWN_BOX); in create_radiogram_tab()222 txt_rg_station->color((Fl_Color)FL_BACKGROUND2_COLOR); in create_radiogram_tab()224 txt_rg_station->labeltype(FL_NORMAL_LABEL); in create_radiogram_tab()225 txt_rg_station->labelfont(0); in create_radiogram_tab()226 txt_rg_station->labelsize(14); in create_radiogram_tab()227 txt_rg_station->labelcolor((Fl_Color)FL_FOREGROUND_COLOR); in create_radiogram_tab()229 txt_rg_station->align(FL_ALIGN_TOP); in create_radiogram_tab()[all …]
135 { a_rg_station, "", (void **)&txt_rg_station,'t' }, // 14192 { _rg_station, "", (void **)&txt_rg_station, 't' }, // 14
765 extern Fl_Input2 *txt_rg_station;
1090 txt_rg_station->value(rg_xml_station.c_str()); in transfer_rgfields()