[gtk+osx] Alternatives to nonworking gdk_pixmap_create_from_data()?
Status: Beta
Brought to you by:
jralls
From: William M. <wi...@di...> - 2004-01-26 05:41:47
|
It looks like gdk_pixmap_create_from_data() is nonworking right now, since it calls gdk_draw_pixmap() with a NULL source, which causes it to immediately return. Can you reccomend any alternatives to this function that i can use to take raw pixel data (i.e. baseaddr, width, height, depth) and make a GdkPixmap? Or failing that, can i create a GdkPixmap from a .png somehow? The code i'm working with uses imlib, but it depends on x11, which i'm trying to avoid completely by using gtk-osx. Thanks in advance for any advice you can offer. -William MacKay |