|
From: John H. <jd...@gm...> - 2008-05-07 16:24:58
|
On Wed, May 7, 2008 at 7:41 AM, Matthew Czesarski <mat...@gm...> wrote: > Could I just chuck in one simple question: you may have noticed I am > embedding everything in GTK. After calling gtk.main() is there any way I can > modify the displayed window? Or do I have to bin the whole thing and start > again? Sorry, I don't really understand the question, but you can certainly modify the gtk application, you will just need to do it in the gtk loop, eg in an idle or timeout handler, or in a callback. JDH |