[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#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: STRPTR;

  

  nd_IntPattern: STRPTR;

  

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: 2017-01-10