Important: The information in this document is obsolete and should not be used for new development.
List Manager Routines
This section describes the routines you can use to
- create and dispose of lists
- add and delete rows and columns to and from lists
- find or change cells' selection status
- read or change cell data
- respond to list events
- affect the display of a list
- get information about cells
- change the size of a list or of a cell contained in a list
- WARNING
- The List Manager's routines are contained in a resource of resource type
'PACK'
. Calling any of the routines described in this section could result in the loading of the package resource and the allocation of memory. Thus, your application should not call any of the routines described in this section at interrupt time. For more information on packages, see Inside Macintosh: Operating System Utilities.
Subtopics
- Creating and Disposing of Lists
- Adding and Deleting Columns and Rows To and From a List
- Determining or Changing the Selection
- Accessing and Manipulating Cell Data
- Responding to Events Affecting Lists
- Modifying a List's Appearance
- Searching a List for a Particular Item
- Changing the Size of Cells and Lists
- Getting Information About Cells