Setup a new decorator for intuition windows, screens or menus.
Source position: intuition.pas line 3335
procedure ChangeDecoration( |
ID: LongWord; |
Decor: PNewDecorator |
); |
ID |
|
Identifier for decorations |
Decor |
|
An ID dependent NewDecorator structure |
The function fails if screens are open, use ChangeIntuition() to notify applications that the UI will be changed.
This function is private and AROS-specific. Do not use it in regular applications.