GETN_COLOR_CHOICE_OPTIONS
#define GETN_COLOR_CHOICE_OPTIONS(_OPTIONS) _tmpSubNode.SetAttribute(STR_ATTRIB_COLOROPTIONS, _OPTIONS);
Sets the color choice options to display different choices in the selection box.
EX1
#include <GetNBox.h> void GETN_COLOR_CHOICE_OPTIONS_ex1() { GETN_TREE(tr) GETN_COLOR(clr, "Color", 0) GETN_COLOR_CHOICE_OPTIONS(COLORLIST_CUSTOM ) if(GetNBox(tr, NULL, NULL, NULL, NULL)) out_tree(tr); }
GETN_COLOR
GetNbox.h