GETN_HINT_LINK_TARGET
#define GETN_HINT_LINK_TARGET(_strURL) _tmpSubNode.SetAttribute(STR_URL_ATTRIB, _strURL);
Set the link text in the hint
EX1
#include <GetNbox.h> void GETN_HINT_LINK_TARGET_ex() { GETN_TREE(tr) //text in < > will become click-able link GETN_STR(hint, "See more details on <this page>", "") GETN_HINT GETN_HINT_LINK_TARGET("https://www.originlab.com/doc/OriginC/ref/GetNBox") GETN_STR(strval, "Please enter a text for label", "") GetNBox(tr); }
GETN_HINT, GETN_HINT_WRAPOPTIONS
GetNBox.h