Home
last modified time | relevance | path

Searched refs:txt_response (Results 1 – 2 of 2) sorted by relevance

/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h545 extern Fl_Output *txt_response;
/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dxcvr_setup.cxx123 Fl_Output *txt_response = (Fl_Output *)0; variable
699 cb_send_command(txt_command->value(), txt_response); in cb_btn_send_command()
1771 txt_response = new Fl_Output(X + 25, Y + 80, 435, 24, _("Response to the SEND button")); in createSNDCMD()
1772 txt_response->align(Fl_Align(FL_ALIGN_BOTTOM_LEFT)); in createSNDCMD()