On Wed, 2008-06-25 at 14:59 +0800, HASWANI HARISH-VCKR47 wrote:
 
> clutter-0.7.2 added keep-aspect-ratio property for taxtures. How to
> use that, which is the API to set this property TRUE or FALSE.

the usual API to set GObject properties:

  g_object_set (G_OBJECT (texture), "keep-aspect-ratio", TRUE, NULL);

the property is mostly useful at construction time or when using
ClutterScript, and as other properties in ClutterTexture, the existence
of an explicit accessors pair it's probably not needed. it might be
added at any later date, though.

you should really, *really* be reading the GObject documentation by now.
please, try to read that before asking any question on the list.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, OpenedHand Ltd.
Unit R, Homesdale Business Centre
216-218 Homesdale Rd., Bromley - BR12QZ
http://www.o-hand.com

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to