Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

MoveWindowInFrontOf

Arrange the relative depth of a window.

Declaration

Source position: intuition.pas line 3882

procedure MoveWindowInFrontOf(

  Window: PWindow;

  BehindWindow: PWindow

);

Arguments

Window

  

Window to re-position in front of another window

BehindWindow

  

Window to re-position in front of

Description

Depth-arranges a window in front of an another window. Brings out the MoveLayerInFrontOf() to the Intuition user.

See also

WindowToFront

  

Ask Intuition to bring a window to the front.

WindowToBack

  

Ask Intuition to send a window behind others.

MoveLayerInFrontOf

  

Put layer in front of another layer.


Documentation generated on: 2021-07-30