From e216771a86d985631c2ee1182f1ae7c240e5c28d Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Wed, 11 Aug 2010 11:14:54 +0100 Subject: [PATCH] cookbook: Improved wording and formatting in mouse scroll intro. --- doc/cookbook/events.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):