Hi, I am working on translating the GUI of a fractal-generating program to Python + PyGTK. The fractal is generated by C code in a Python extension and written to an RGB buffer. I want to display this in a GtkDrawingArea - in C I use gdk_draw_rgb_image to do this, but I can't see what the equivalent would be in PyGTK. Any pointers on the simplest way to do this - do I need to drop down to C?
Thanks, -- Edwin _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
