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

ChangeDecoration

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

Declaration

Source position: intuition.pas line 3335

procedure ChangeDecoration(

  ID: LongWord;

  Decor: PNewDecorator

);

Arguments

ID

  

Identifier for decorations

Decor

  

An ID dependent NewDecorator structure

Description

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.


Documentation generated on: 2021-07-30