Source position: intuition.pas line 2532
type TNewDecorator = record
nd_Node: TNode;
nd_Port: PMsgPort;
nd_cnt: Word;
nd_Pattern: STRPTR;
nd_IntPattern: STRPTR;
nd_Window: PObject_;
nd_Screen: PObject_;
nd_Menu: PObject_;
end;