Unit 'Intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

TNewDecorator

Pointer to new decorator structure

Declaration

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;

See also

ChangeDecoration

  

Setup a new decorator for intuition windows, screens or menus.


Documentation generated on: 2021-07-30