![]() |
LDraw |
||||
Header: | Lists.h | Carbon status: | Supported | |
Draws a cell in a list.
void LDraw ( Cell theCell, ListHandle lHandle );
The cell to draw.
The list containing the cell identified by the parameter theCell.
The List Manager makes the lists graphics port the current port, sets the clipping region to the cells rectangle, and calls the list definition function to draw the cell. It restores the clipping region and port before exiting.
Ordinarily, you should only need to use this function when the automatic drawing mode has been disabled.
This function is contained in a resource of resource type 'PACK'. Calling it could result in the loading of the package resource and the allocation of memory. Thus, your application should not call this function from within an interrupt, such as in a completion function or VBL task.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)