The following are brief descriptions of the ASL library functions. See
the Amiga ROM Kernel Reference Manual: Includes and Autodocs for details
on each function call. All of these functions require Release 2 or a
later version of the operating system.
Table 16-1: Functions for ASL Requesters
________________________________________________________________________
| |
| Function Description |
|========================================================================|
| |
| AllocAslRequest() Allocates an ASL font or file requester from |
| a TagItem array |
| AllocAslRequestTags() Same as AllocAslRequest() but accepts tags |
| directly |
| AslRequest() Displays an ASL requester with options set up |
| in a TagItem array |
| AslRequestTags() Same as AslRequest() but accepts tags directly |
| FreeAslRequest() Deallocates an ASL requester created with |
| AllocAslRequest() |
|________________________________________________________________________|