GETN_MUTILINE_EDIT_ROLLUP_BUTTON
#define GETN_MUTILINE_EDIT_ROLLUP_BUTTON _tmpSubNode.SetAttribute(STR_MULTI_EDT_EXPSHR_ATTRIB, 1);
This macro is used to make changing the control window more convenient
EX1
#include <GetNbox.h> void GETN_MUTILINE_EDIT_ROLLUP_BUTTON_ex1() { GETN_BOX(trRoot) GETN_MULTILINE_TEXT(Constraints, "Constraints", "abcdefg\r\nhijklmnopq\r\nrstuvw\r\nxyzdddd\r\nddddddddd\r\ndddddddddddd\r\nddddd\r\nxxx\r\nyyyy\r\nover\r\nddddddddddddddddd") GETN_MUTILINE_EDIT_ROLLUP_BUTTON if ( GetNBox(trRoot) ) out_tree(trRoot); return; }
GETN_MULTILINE_TEXT
GetNBox.h