Hi all!
I'm having problems doing the usual thing;  returning control periodically to
GTK while doing a long-running operation.  I've been trying to put this in my
operation's loop:

        while (events_pending()): mainiteration (FALSE)

...and either function call causes the program to hang, not even responding to
window close events.  I have to close it with a kill -9.
Does any setup need to be done before I can use events_pending()?  I'd really
love to have this working;  I've made a simple but nice little widget that 
acts like the little animating window on a Web browser.  (I think they're 
called 'throbbers'.  Hmm.)  I'll contribute it once I've got the process of
*using* it down... ;)

-lars

___________________________________________________________
lars r. damerow
pixar animation studios
[EMAIL PROTECTED]
510.620.6176

"You're mean, Mr. Devil."

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to