Re: Exiting GTK main event loop from a plugin application

2006-08-11 Thread Kevin Arthur
To answer my own question: I solved it by calling gdk_error_trap_push() to trap the X error. Probably not the most elegant solution but it seems to work. On 8/10/06, Kevin Arthur [EMAIL PROTECTED] wrote: I'm having a fairly basic main loop/event problem in a GTK+ application. I'm sure

Exiting GTK main event loop from a plugin application

2006-08-10 Thread Kevin Arthur
I'm having a fairly basic main loop/event problem in a GTK+ application. I'm sure this is a dumb beginner FAQ, but haven't had any luck finding an answer in the documentation. I'm on linux, using gtk-2.0, developing code that runs as a plugin within another program (which is not using gtk). My