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

MoveWindowInFrontOf

Arrange the relative depth of a window.

Declaration

Source position: intuition.pas line 4129

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