diff --git a/doc/cookbook/events.xml b/doc/cookbook/events.xml index 65694a3ab..2e25d161d 100644 --- a/doc/cookbook/events.xml +++ b/doc/cookbook/events.xml @@ -359,8 +359,8 @@ clutter_stage_set_key_focus (stage, actor);
Solution - Connect a callback handler to the scroll-event signal - for an actor. + Connect a callback handler to the scroll-event + signal of an actor. First, ensure that the actor is reactive (i.e. will respond to events):