On Tue, 2008-12-09 at 11:56 +0000, Emmanuele Bassi wrote: > I'll have to add specific, pyclutter-only boxed types for the various > CoglHandle types. that should give me enough leverage to use pygobject's > own API. otherwise I'll just create some PyObject wrappers and see what > happens.
BTW, there is already a boxed type in Clutter for the CoglTexture type (CLUTTER_TYPE_TEXTURE_HANDLE) which the Ruby bindings make use of. I'm not sure if pygobject works the same but in Ruby if I use that type then I get the accessors for the 'cogl-texture' property of ClutterTexture for free. The other types don't have boxed types though because Clutter doesn't use them directly. - Neil -- To unsubscribe send a mail to [EMAIL PROTECTED]
