Hi,

On Tue, 2007-10-30 at 14:58 +0000, Emmanuele Bassi wrote:
> 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.
> 

Also, make sure that any parent actors (any groups that the button is
in) are also set to reactive. 

If it still doesn't work, what happens if you connect to the signals
normally (g_signal_connect)?

Regards,

Neil

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

Reply via email to