Docs » Autodocs » intuition.library » ScreenToBack
 	ScreenToBack -- Send the specified screen to the back of the display.
  	ScreenToBack( Screen ) 		      A0 	VOID ScreenToBack( struct Screen * );
  	Sends the specified screen to the back of the display.
  	Screen = pointer to a Screen structure
  	None
  ScreenDepth(), ScreenToFront()
 |