Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dxcvr_setup.cxx119 Fl_Input2 *txt_command = (Fl_Input2 *)0; variable
728 std::string s = txt_command->value(); in cb_btn_icom_post()
730 txt_command->value(s.c_str()); in cb_btn_icom_post()
1761 txt_command->box(FL_DOWN_BOX); in createSNDCMD()
1762 txt_command->color(FL_BACKGROUND2_COLOR); in createSNDCMD()
1763 txt_command->selection_color(FL_SELECTION_COLOR); in createSNDCMD()
1764 txt_command->labeltype(FL_NORMAL_LABEL); in createSNDCMD()
1765 txt_command->labelfont(0); in createSNDCMD()
1766 txt_command->labelsize(14); in createSNDCMD()
1767 txt_command->labelcolor(FL_FOREGROUND_COLOR); in createSNDCMD()
[all …]
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h543 extern Fl_Input2 *txt_command;