Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 13 - View Objects / View Objects Reference
View Objects Routines / Setting Idle Methods


Q3View_SetIdleMethod

You can use the Q3View_SetIdleMethod function to set a view's idle method.

TQ3Status Q3View_SetIdleMethod (
TQ3ViewObject view, 
TQ3ViewIdleMethod idleMethod, 
const void *idleData);
view
A view.
idleMethod
A pointer to an idle method.
idleData
A pointer to an application-defined block of data. This pointer is passed to the idle method when it is executed.
DESCRIPTION
The Q3View_SetIdleMethod function sets the idle method of the view specified by the view parameter to the function specified by the idleMethod parameter. The idleData parameter is passed to your callback routine whenever it is executed.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help