Re: Help with shaped widgets

2000-11-12 Thread Manuel Menal
Adam Watson wrote: AW> Hi, Hi, [cut] AW> Also, I am using gtk+1.2.8 and tried using GnomeCanvas, GnomeAnimator, and AW> GtkDrawingArea. GnomeAnimator won't mask at all and GtkDrawing Area gives AW> me an error sort of like this (writing this error from memory): AW> assertion: "isdrawable" !=

Re: Help with shaped widgets

2000-11-12 Thread Paul Barton-Davis
>I am trying to create a widget shaped to the framed outline of an app I am >writing. I have tried gtk_widget_shape_combine_mask() but it masks the >wrong area. It instead maks the area I want to keep tranparent and >clickable and places gray over the nice frame I spent hours creating. How

Help with shaped widgets

2000-11-12 Thread Adam Watson
Hi, I am trying to create a widget shaped to the framed outline of an app I am writing. I have tried gtk_widget_shape_combine_mask() but it masks the wrong area. It instead maks the area I want to keep tranparent and clickable and places gray over the nice frame I spent hours creating. How