[Mono-dev] Re: Re: Strange bug in System.Timers.Timer i guess (Robert Jordan)
Robert Jordan
robertj at gmx.net
Thu Dec 29 18:59:38 EST 2005
gigi gogu wrote:
> I did not notice and Timer class in Gtk#. If there is a class that acts like one, please let me know. I will try to create myself such a class for now.
> But if this class does not exists...it is a big minus for mono. :(
Don't panic ;-)
Have a look at
GLib.Timeout (gtk# 2)
GTK.Timeout (gtk# 1)
GDK.Threads
http://www.go-mono.com/docs/
If you need just a periodical non-accurate timer (like
System.Windows.Forms.Timer), then go for Timeout.
Robert
More information about the Mono-devel-list
mailing list