Pointer to new decorator structure
Source position: intuition.pas line 2471
type TNewDecorator = record |
||
nd_Node: TNode; |
|
New decorator structure |
nd_Port: PMsgPort; |
|
|
nd_cnt: Word; |
|
|
nd_Pattern: PChar; |
|
|
nd_IntPattern: PChar; |
|
Private, transformated Pattern be ParsePattern() |
nd_Window: PObject_; |
|
|
nd_Screen: PObject_; |
|
|
nd_Menu: PObject_; |
|
|
end; |
|
Setup a new decorator for intuition windows, screens or menus. |