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

WindowToFront

Ask Intuition to bring a window to the front.

Declaration

Source position: intuition.pas line 3854

procedure WindowToFront(

  Window: PWindow

);

Arguments

Window

  

A pointer to the structure of the window to be brought to front

Description

This routine sends a request to Intuition asking to bring the window in front of all other windows in the screen.

Note that the window will not be depth-arranged immediately, but rather will be arranged the next time Intuition receives an input event, which happens currently at a minimum rate of ten times per second, and a maximum of sixty times a second.

Remember that WFLG_BACKDROP windows cannot be depth-arranged.

See also

MoveWindow

  

Ask Intuition to move a window.

SizeWindow

  

Ask Intuition to size a window.

WindowToBack

  

Ask Intuition to send a window behind others.

MoveWindowInFrontOf

  

Arrange the relative depth of a window.


Documentation generated on: 2021-07-30