For example, a Mac OS programmer needs to call just one function to display a
standard dialog box that allows users to scroll through lists of files,
directories, and disk drives; responds appropriately when the user clicks or
double-clicks various fields and buttons within the dialog box; and returns
control to the application only after the user has made an appropriate selection.
Although some tasks may require calling lower-level operating system functions
directly, in general the applications written for this kind of system software
include more calls to application libraries than to the underlying operating
system libraries.
[Contents]
[Previous]
[Next]