> I have a question, there is a way to call a function
> every time the widget is not doing anything without
> using gtk_timeout_add?

What about g_idle_add()? See
http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-add

Btw.. gtk_timeout_add() and gtk_idle_add() has been deprecated.



_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to