Docs » Autodocs » intuition.library » WBenchToBack
WBenchToBack -- Send the Workbench screen in back of all screens.
Success = WBenchToBack() D0 BOOL WBenchToBack( VOID );
Causes the Workbench screen, if it's currently opened, to go behind all other screens. This does not 'move' the screen up or down, instead only affects the depth-arrangement of the screens.
None
If the Workbench screen was opened, this function returns TRUE, otherwise it returns FALSE.
WBenchToFront(), ScreenToFront()
|