GdkBitmap from black white .png file

2009-01-31 Thread Richard Shann
The Gdk functions to create bitmaps from data require xbm or xpm data. (For example gdk_bitmap_create_from_data ()). Why do I not see anything to create a bitmap from a (bw) .png image? I've used the pixbuf library before, using gdk_draw_pixbuf() but the program I am working on uses a GdkBitmap

Making a Preference Window

2009-01-31 Thread dhk
Does anyone know how to save a modification to GTK program as a Glade Project? The reason I want to do this is so the next time the program is run it starts in a certain state. For example, one of the things I'd like to do is add a preference window to my GTK program. I can design the