> Is there some documentation on GTK_TIMEOUTS? All I really need is how to > kill one. Is there a function gtk_timeout_kill(...);? The function is gtk_timeout_remove(). As I recall, timeouts are discussed (at least briefly) in the gtk tutorial. -JT