In the pygtk docs under gdk.Pixbuf, the method:

def get_from_drawable(src, cmap, src_x, src_y, dest_x, dest_y, width,
height)

appears to be missing an argument.  The documentation itself talks
about "dest" as a Pixbuf that is supplied, or if it is not supplied,
one is created.

When called with the above arguments, an error message complains
that a Pixbuf argument is expected, presumably "dest".

How can I make this call and have it create and return a new Pixbuf?

I tried "None" and zero as the first argument before "src", but 
both attempts generated the "expecting a Pixbuf..." error message.

Thanks in advance,
Mark Mason


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to