Make the specified screen the frontmost.
Source position: intuition.pas line 4163
procedure ScreenToFront( |
screen: pScreen |
); |
screen |
|
A pointer to a Screen structure |
Move a screen in front of all other screens. If the screen is in a group, the screen will be moved in front of all other screens in the group only. If the screen is the parent of a group, the whole group will be moved in the front.
You will see the screen move in front of all other screens.
|
Send the specified screen to the back of the display. |
|
|
Depth arrange a screen with extra control. |