#ifndef TKINVENTOR_H #define TKINVENTOR_H #include "tcltk.h" // Turn on Inventor processing of tk events // interval - (optional) time in seconds between checking tk events // defaults to previous value or 1/30th sec void tkinventor_on(float interval=0.0); // Temporarily turn off processing of tk events void tkinventor_off(void); #endif