SL_ScreenRequester


NAME
SL_ScreenRequester -- brings up a screen mode requester.

SYNOPSIS
success = SL_ScreenRequester(apphandle, callback);
D0 A0 A1

SLFLAG SL_ScreenRequester(APPHANDLE, void (*)(void));

FUNCTION
This is an Amiga specific requester.

INPUTS
apphandle - as returned by SL_AppInitA.
callback - a function that will be called just before the screen closes
so the application can free anything specific to the screen, ie.
pens, bitmaps, etc.

RESULTS
success - TRUE if a new screen was opened. The app is now running on the
new screen and needs to reallocate those things it deallocated in
the callback function and update any custom (runtime settings) to
requesters or windows.
FALSE if the requester was canceled.

NOTES
This functions puts the calling app into a wait state via SL_AppWaitState.

SEE ALSO
SL_AlertRequesterA, SL_BusyRequesterA, SL_FileRequesterAdd Page, SL_FontRequester, SL_ScreenRequester.

 

SL_ScreenRequester  Command Section By Type  url:SL_ScreenRequester
  created:2008-03-01 23:36:16   last updated:2008-03-01 23:36:16
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SL_ScreenRequester
There are no user contributed comments for this page.