On Wed, May 7, 2008 at 7:41 AM, Matthew Czesarski
<[EMAIL PROTECTED]> 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

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to