RE: Cairo in tooltips

2007-02-24 Thread Freddie Unpenstein
This message appears to have been cross-posted from gtk-devel-list, so I guess I'd better cross-post it back again. Anyhow... > The rectangle drawing code is from cairo snippets. My first > idea was to put a balloon, but I don't know how to draw it quickly > yet since I've just started learnin

Cairo in tooltips

2007-02-19 Thread Marko Anastasov
Hello, Since the new tooltips API allows us to put custom widgets in a tooltip, I thought it would be nice to make that widget be a drawing area showing an alpha transparent Cairo drawing. So I wrote testcairotooltips.c for fun. You can see how it looks like [1] or even download it [2]. (I built i