Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/radiogram/
H A Dradiogram_tab.cxx36 Fl_Input2 *txt_rg_station = (Fl_Input2 *)0; variable
82 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 …]
H A Dradiogram.cxx135 { a_rg_station, "", (void **)&txt_rg_station,'t' }, // 14
192 { _rg_station, "", (void **)&txt_rg_station, 't' }, // 14
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h765 extern Fl_Input2 *txt_rg_station;
/dports/comms/flmsg/flmsg-4.0.19/src/utils/
H A Dparse_xml.cxx1090 txt_rg_station->value(rg_xml_station.c_str()); in transfer_rgfields()