13 Setting Idle Methods

13 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.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 17 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker