Home
last modified time | relevance | path

Searched refs:CC_help_URL (Results 1 – 6 of 6) sorted by relevance

/dports/comms/flcluster/flcluster-1.0.4/src/utils/
H A Dstatus.cxx223 FLCLUSTERpref.set("CC_help_URL", CC_help_URL.c_str()); in saveLastState()
404 FLCLUSTERpref.get("CC_help_URL", defbuffer, CC_help_URL.c_str()); in loadLastState()
405 CC_help_URL = defbuffer; free(defbuffer); in loadLastState()
/dports/comms/flcluster/flcluster-1.0.4/src/include/
H A Dstatus.h114 std::string CC_help_URL; member
H A Ddx_dialog.h122 extern Fl_Input *CC_help_URL;
/dports/comms/flcluster/flcluster-1.0.4/src/dxcluster/
H A Ddx_dialog.cxx505 Fl_Input *CC_help_URL=(Fl_Input *)0; variable
508 progStatus.CC_help_URL=o->value(); in cb_CC_help_URL()
1410 { Fl_Input* o = CC_help_URL = new Fl_Input(58, 342, 337, 24, _("CC:")); in dxc_window()
1411 CC_help_URL->tooltip(_("enter INTERNAL to use local html")); in dxc_window()
1412 CC_help_URL->callback((Fl_Callback*)cb_CC_help_URL); in dxc_window()
1413 o->value(progStatus.CC_help_URL.c_str()); in dxc_window()
H A Ddx_dialog.fl695 Fl_Input CC_help_URL {
697 callback {progStatus.CC_help_URL=o->value();}
699 code0 {o->value(progStatus.CC_help_URL.c_str());}
H A Ddxcluster.cxx2026 if (progStatus.CC_help_URL == "INTERNAL") { in dxcluster_cc_help()
2034 open_url(progStatus.CC_help_URL.c_str()); in dxcluster_cc_help()