Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h686 extern Fl_Input *txt_fllog_ip_address;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx9804 txt_fllog_ip_address->deactivate(); in disable_config_p2p_io_widgets()
9851 txt_fllog_ip_address->activate(); in enable_config_p2p_io_widgets()
9897 txt_fllog_ip_address->value(DEFAULT_FLLOG_IP_ADDRESS); in set_ip_to_default()
9899 txt_fllog_ip_address->do_callback(); in set_ip_to_default()
H A Dconfdialog.cxx5924 Fl_Input *txt_fllog_ip_address=(Fl_Input *)0; variable
15667 { Fl_Input* o = txt_fllog_ip_address = new Fl_Input(255, 313, 230, 22, _("Addr")); in ConfigureDialog()
15668txt_fllog_ip_address->tooltip(_("IP Address for fllog interface\nIP Address format: nnn.nnn.nnn.nn… in ConfigureDialog()
15670 txt_fllog_ip_address->callback((Fl_Callback*)cb_txt_fllog_ip_address); in ConfigureDialog()
15671 txt_fllog_ip_address->align(Fl_Align(FL_ALIGN_RIGHT)); in ConfigureDialog()
H A Dconfdialog.fl7565 Fl_Input txt_fllog_ip_address {