13 Setting Idle Methods
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.
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.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker