Re: Help with call to function



> 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.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]