I want to change the background texture of a Gobject clutter actor whenever it is highlighted. Is there any way i can replace the texture during runtime ?

link|improve this question

48% accept rate
feedback

1 Answer

up vote 0 down vote accepted

you can use the clutter_texture_set_* family of functions, like:

clutter_texture_set_from_file
clutter_texture_set_from_rgb_data
clutter_texture_set_area_from_rgb_data

all documented here: http://developer.gnome.org/clutter/stable/ClutterTexture.html

link|improve this answer
ya . i tried, it worked . – northlondoner Oct 28 '11 at 7:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.