A S�b, 2004-02-07 �s 17:47, Edwin escreveu: > 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?
http://pygtk.org/pygtk2reference/class-gdkdrawable.html#method-gdkdrawable--draw-rgb-image > > 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/ -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
