[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Help with call to function
- From: Christian Bünnig <masala web de>
- To: gtk-list gnome org
- Subject: Re: Help with call to function
- Date: Sun, 17 Feb 2008 17:31:46 +0100
> 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]