[clutter] Practical advice needed for creating custom actors

2009-07-12 Thread Alexander Teinum
Hi Clutterers. :) I want to create a tab-widget with a path consisting of a couple of arcs and four lines. The path will be filled with a gradient and the arcs have to be smooth (anti-aliased). I have managed to draw the widget as I want it with ClutterCairoTexture, but I'm wondering if it's

Re: [clutter] Practical advice needed for creating custom actors

2009-07-12 Thread Emmanuele Bassi
On Sun, 2009-07-12 at 23:31 +0200, Alexander Teinum wrote: Hi Clutterers. :) I want to create a tab-widget with a path consisting of a couple of arcs and four lines. The path will be filled with a gradient and the arcs have to be smooth (anti-aliased). I have managed to draw the widget as