Use ClutterBindPool inside ClutterText
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 11 Dec 2008 12:03:17 +0000 (12:03 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 11 Dec 2008 12:03:17 +0000 (12:03 +0000)
commiteae98800d2fd45cacbab9f82fb9345e7f23ea517
tree858b78500990ac5d5c6173df6851f527fbea0168
parentb1c366a143eb1db68b46cb235e43761dfbb93745
Use ClutterBindPool inside ClutterText

ClutterText should use the newly added ClutterBindingPool API to
handle key events, instead of its homegrown code.

This commit removes the action/mapping code and defers the entire
key binding matching to a ClutterBindingPool created inside the
Text class initialization function.
clutter/clutter-text.c
clutter/clutter-text.h