From: Elliot Smith Date: Tue, 6 Jul 2010 15:11:46 +0000 (+0100) Subject: cookbook: Moved paragraph where it logically belongs X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e566c56bd14157e496e741e095961ce2babaf6a2;p=profile%2Fivi%2Fclutter.git cookbook: Moved paragraph where it logically belongs There was a note about constants for keys and where they are defined in Clutter header files; but the sentence about where key modifiers are defined was outside the note. Logically, they belong together. --- diff --git a/doc/cookbook/events.xml b/doc/cookbook/events.xml index ae17af2..d47ad19 100644 --- a/doc/cookbook/events.xml +++ b/doc/cookbook/events.xml @@ -138,18 +138,20 @@ _key_press_cb (ClutterActor *actor, - Clutter provides a range of key value definitions - (like CLUTTER_Up, used above). These are - generated from the list in the - X.Org source code - (replace "XK" with "CLUTTER" in the definitions there to get the - CLUTTER equivalents; alternatively, look at the - clutter-keysyms.h header file for the - list). - - CLUTTER_SHIFT_MASK, - CLUTTER_CONTROL_MASK and other modifiers are - defined in the ClutterModifierType enum. + + Clutter provides a range of key value definitions + (like CLUTTER_Up, used above). These are + generated from the list in the + X.Org source code + (replace "XK" with "CLUTTER" in the definitions there to get the + CLUTTER equivalents; alternatively, look at the + clutter-keysyms.h header file for the + list). + + CLUTTER_SHIFT_MASK, + CLUTTER_CONTROL_MASK and other modifiers are + defined in the ClutterModifierType enum. +