GETN_STR_COMBO_WITH_HINT
#define GETN_STR_COMBO_WITH_HINT(_COMBO_STR) _tmpSubNode.SetAttribute(STR_COMBO_ATTRIB, _COMBO_STR);_tmpSubNode.SetAttribute(STR_ATTRIB_KEEP_LEFT_OF, ": ");
Set the combo with hint
EX1
#include <GetNbox.h> void GETN_STR_COMBO_WITH_HINT_ex() { string strHint = "|%(1,@WS): Worksheet Name|%(1,@WL): Workbook LongName|%@F: Current Folder Name|%G: Project Name"; GETN_TREE(tr); GETN_STR(code, "Enter Substitution Notation", "") GETN_STR_COMBO_WITH_HINT(strHint) if(GetNBox(tr)) printf("You have entered: %s\n", tr.code.strVal); }
GETN_COMBO
GetNBox.h