In PyGTK-1.99.14, bitmap_create_from_data is declared as:
(define-function bitmap_create_from_data
(c-name "gdk_bitmap_create_from_data")
(return-type "GdkBitmap*")
(parameters
'("GdkWindow*" "window")
'("const-gchar*" "data")
'("gint" "width")
'("gint" "height")
)
)
Shouldn't that "const-gchar*" be "const-guchar*"?
Eddie Kohler
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/