[clutter] write a themed application with clutter

2009-03-28 Thread Guillaume Koenig
Hi, I would like to know if you had an idea on how to implement a themed application with clutter. The problem I am having at the moment is that everything is set during the creation of the ClutterActor. But if I want to change them all (ie apply a theme), and see the new theme directly,

Re: [clutter] Android development

2009-03-28 Thread Roman Yazmin
You can't use native library on Android. Only Java available for application development. Except if you're a platform developer. On Sat, Mar 28, 2009 at 4:21 PM, Gordon Allott gordall...@gmail.com wrote: Hi, I'm looking into getting a new mobile device to develop on, Obviously clutter is

Re: [clutter] write a themed application with clutter

2009-03-28 Thread Noah Gibbs
The Tidy library has some basic theming built in, if memory serves. Clutter doesn't theme natively, but it's entirely possible to add on after the fact. Tidy is a good demonstration of how to do that. --- On Sat, 3/28/09, Guillaume Koenig koe...@enseirb.fr wrote: From: Guillaume Koenig