UnregisterIdle
Mac OSThe
UnregisterIdlemethod removes the specified part and frame from the list of parts interested in receiving idle time.
void UnregisterIdle (in ODPart part, in ODFrame frame);
part- A reference to a part that was receiving null events.
frame- A reference to a frame that was receiving null events, or
kODNULLif the part as a whole was receiving idle time.DISCUSSION
Your part calls this method when a frame is closed or removed.SEE ALSO
TheODDispatcher::SetIdleFrequencymethod (page 123).
TheODDispatcher::RegisterIdlemethod (page 121).
"Null Events" on page 194 in OpenDoc Programmer's Guide.