46 (
new MFXLinkLabel(linksFrame,
TL(
"- General problem solving"),
nullptr,
GUIDesignLabel(JUSTIFY_LEFT)))->setTipText(
"https://sumo.dlr.de/docs/FAQ.html#general_problem_solving");
50 (
new MFXLinkLabel(linksFrame,
TL(
"- Sumo-user mailing list"),
nullptr,
GUIDesignLabel(JUSTIFY_LEFT)))->setTipText(
"https://accounts.eclipse.org/mailing-list/sumo-user");
54 (
new MFXLinkLabel(linksFrame,
TL(
"- Send us an Email"),
nullptr,
GUIDesignLabel(JUSTIFY_LEFT)))->setTipText(
"https://www.dlr.de/ts/en/desktopdefault.aspx/tabid-1231/mailcontact-30303/");
static FXButton * buildFXButton(FXComposite *p, const std::string &text, const std::string &tip, const std::string &help, FXIcon *ic, FXObject *tgt, FXSelector sel, FXuint opts=BUTTON_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD, FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD)
build button