On Tue, 2007-10-30 at 16:31 +0200, Kate Alhola wrote: > actor_class->button_press_event = clutter_button_event; > actor_class->button_release_event = clutter_button_event;
this is all that you need. I personally would also handle the enter and leave events signal class handlers. > Just so simple way looks that it is not working. are you setting the actor as reactive? are you listening to the ::captured-event signal and blocking the signal chain there? I can assure you that doing that it should "just work", as long as the actor is reactive and events are not captured. 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]
