On Sun, Aug 24, 2008 at 7:24 AM, True_Friend <[EMAIL PROTECTED]> wrote:
> I am working on a simple gtk application for which I req a timer with its
> Tick event to be raised after every 60 seconds. The compiler says there is
> no such event or thing in this class. Is this namespace/type not implemented
> wholly yet?

If you intend for the application to be released only as a Gtk# app,
then you should be able to use GLib.Timeout, which will not only
accomplish your task but ensure that your method is called from the
main loop and therefore on the GTK+ thread, allowing UI modification.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to