Hi Matt, On 20.05.2010, at 16:50, Matt Arsenault wrote:
> Hi, > > Here's an updated patch (and example) I sent a long time ago which > got lost in all the chaos of cabalization and no longer applies. > Ok, sorry, I though I did add some functions with this effect. I applied and pushed your patch! > - Matt Arsenault > > < > ThresholdAlphaPatch > .txt > .gz > > > < > ShapedWindow > .hs > > > < > wanda > .png > > > --------------------------------------------------------------------------- The demo is quite cute. We should add that before the release. Are you using pixbuf independently from Gtk? Is it worthwhile for us to investigate if we can separate the pixbuf package from Gtk? This might be tricky, but if this is useful in the long run, we should do it now! The interoperability between Cairo and Pixbuf is somewhat complicated and limited. I tried to implement some functions which let you use a pixbuf for cairo rendering but it turns out that both have completely incompatible binary formats for images which meant that my functions were useless. But it might be possible to render text with pango. I'm slightly weary of the many types that pixbuf uses from Gtk. Currently everything is rather mixed into the Pixbuf module. Do you thing the separation of pixbuf into it's own package is worthwhile? Cheers, Axel ------------------------------------------------------------------------------ _______________________________________________ Gtk2hs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel
