[Gtk-sharp-list] [GTK#] Display problem (Update)

Todd Berman tberman at off.net
Thu Oct 13 08:28:22 EDT 2005


On Thu, 2005-10-13 at 13:24 +0200, Fonzetto Michaël wrote:
> Excellent !!
> Thank you very much, I always thought it was a VBox or HBox problem !!
> But why did I have that type of problems with Timers ??
> Again thank you, I have been dealing with it for 2 days !
> 

Timers uses another thread to dispatch the event, and gtk+ is not
threadsafe, you have to access anything from gtk+ (widgets, etc) in the
main thread. GLib.Timeout's callback function gets called in the main
thread.

--Todd



More information about the Gtk-sharp-list mailing list