What replaces gdk_bitmap_create_from_data() ?

2010-08-29 Thread Murray Cumming
I'm trying to fix the gtkmm 3 build against gtk+ 3 from git master. gdk_bitmap_create_from_data() has been removed but it's not yet deprecated in the gtk-2-22 branch, so I can't read about what replaces it. I see no other simple way to create a GdkBitmap. Is GdkBitmap meant to be removed

Re: What replaces gdk_bitmap_create_from_data() ?

2010-08-29 Thread Benjamin Otte
Murray Cumming murrayc at murrayc.com writes: gdk_bitmap_create_from_data() has been removed but it's not yet deprecated in the gtk-2-22 branch, so I can't read about what replaces it. I see no other simple way to create a GdkBitmap. A GdkBitmap is just a GdkPixmap with a depth of 1. Even in