Hi,
I wonder if the callback function I connect to a widget's signal (like
"toggled" signal of a checkbutton) is already inside the gdk lock--or if I
have to take care of gdk_threads_enter/leave with any code inside this
callback function?
Felix
--
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de
> This sounds very strange, are you wrapping all your gtk+ api accessing
> code in enter/leave in all threads (including the parent) and only
> >from event sources (i.e. not in signal handlers that are fired by gtk
> widgets) ?
I never call gtk+ directly but have my own wrappers which take care of