Q3View_SetIdleMethod
You can use theQ3View_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
TheQ3View_SetIdleMethod
function sets the idle method of the view specified by theview
parameter to the function specified by theidleMethod
parameter. TheidleData
parameter is passed to your callback routine whenever it is executed.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help