Re: GdkPixbuf and gtk_widget_shape_combine_mask()



Hi,

Trevor Spiteri <tspiteri falmalta com> writes:

> gtk_widget_shape_combine_mask() requires a GdkBitmap * parameter. How do
> I get such a GdkBitmap * when I have a GdkPixbuf *?
> 
> I tried to use gdk_pixbuf_render_pixmap_and_mask(), but could not figure
> a way to unref the resulting pixmap and bitmap after using
> gtk_widget_shape_combine_mask(). This is because I use
> GDK_DISABLE_DEPRECATED, so gdk_pixmap_unref(), gdk_bitmap_unref() and
> gdk_drawable_unref() are all disabled. Is there a non-deprecated way to
> unref the pixmap and bitmap?

use g_object_unref().


Salut, Sven



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]