James Henstridge writes:
 > Those functions are already implemented.  The list of drawing functions
 > implemented is:

  Ah; I guess I was grepping around the wrong place, as well as not
in the latest version (I need to update my home machine... again...).

 > the gdk_draw_image() one.  The draw_array() one is a function for
 > displaying a numeric python array with GdkRGB.

  Yeah, I remember seeing that mentioned in gtk.py, but I don't have
NumPy installed.

 > The ignore file is a list of functions to not generate wrappers for
 > because a hand coded wrapper exists.  This was necessary for those
 > functions as the wrapper generator I wrote does not handle GdkPoint arrays

  Ok, that makes sense.
  Thanks for a quick response!


  -Fred

--
Fred L. Drake, Jr. <[EMAIL PROTECTED]>
Corporation for National Research Initiatives
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to