Not really. Best thing I can think to do is use the X11 library to pull the pixels under your window then draw them as a surface on the drawingarea, then draw your rotated image on top of that. You have to have a window, and Gtk windows do not have an alpha. You'll want it to be undecorated, too...
On Fri, Aug 28, 2009 at 6:38 PM, h.<[email protected]> wrote: > > Hello, > > Nobody any idea? > >> I want to paint in some widget, but this will be in front of some >> background, so the bg should be transparent. > > -- > best regards > h. > -- > View this message in context: > http://www.nabble.com/rotate-image-tp25122912p25198054.html > Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com. > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
