sumahs Familiar Face
Joined: 25 Jan 2007 Posts: 5
|
Posted: Wed Jan 31, 2007 1:27 pm Post subject: Problem with gtk_widget_shape_combine_mask() |
|
|
hi,
I have a GtkWindow with two png images. I want these images to be floating, ie the extra space between the images and in the window border should be transparent.
I am using the gtk_widget_shape_combine_mask() function, but this takes a single GdkBitmap* in the second argument which inturn makes everything else transparent.
Anybody has any idea how to specify two GdkBitmaps here or a combined GdkBitmap of the two?
thanks, |
|