gtk-sharp2.10.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Registers a method to be called periodically.System.ObjectSystem.Obsolete("Replaced by GLib.Timeout")MethodSystem.UInt32Registers a to be called periodically.
number of miliseconds between function calls
delegate that will be called until it return false
a The will be called repeatedly after milliseconds until it returns at which point the is destroyed and will not be called again.
The first execution of the callback will only occur after the has elapsed. In other words, it won't be executed right away after calling .
MethodSystem.UInt32Registers a to be called periodically.
a
a
a
a
a a The will be called repeatedly after milliseconds until it returns at which point the is destroyed and will not be called again.MethodSystem.VoidRemoves the given timeout destroying all information about it.
a ConstructorInternal ConstructorThis should not be called directly by typical applications.