GETN_OPTION_COLOR_LABEL
#define GETN_OPTION_COLOR_LABEL(_RGB) _strTemp = _RGB;_tmpSubNode.SetAttribute(STR_ATTRIB_LABEL_COLOR, _strTemp);
Set the label color in the dialog box.Only affect the preceding line.
EX1
#include <GetNbox.h> void GETN_OPTION_COLOR_LABEL_ex1() { GETN_TREE( treeTest ); GETN_NUM(decayT2, "2nd Decay Time (t2)", 0.0) GETN_OPTION_COLOR_LABEL(COLOR_ORANGE) //--- 2. color label if( GetNBox( treeTest )) out_tree( treeTest ); }
GETN_OPTION_COLOR_BACKGROUND, GETN_OPTION_COLOR_READONLY, GETN_OPTION_COLOR_READONLY_BRANCH
GetNbox.h