void tvForallWindows (void (*f) (tvBase *, void *), void *closure)

Iterates over all current tvBase* windows, calling the function (*f)(base,closure) for each

Documentation

Iterates over all current tvBase* windows, calling the function (*f)(base,closure) for each. Externals: allWindows
Returns:
void.
Parameters:
f - function to be called for each render thread.
closure - opaque data passed to f
Author:
Lee Iverson
Version:
Oct 1999


Back to
TerraVision API Home Page