tis 2003-01-07 klockan 18.12 skrev Eddie Kohler:
> 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")
>   )
> )

The function declaration for Gtk+ 2.0.x branch in cvs looks like this:

GdkBitmap* gdk_bitmap_create_from_data  (GdkWindow   *window,
                                         const gchar *data,
                                         gint         width,
                                         gint         height);

Seems to be the same even in 2.2.0.

-- 
Johan Dahlin <[EMAIL PROTECTED]>
Async Open Source

_______________________________________________
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