stage: Add :key-focus property
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 1 Feb 2010 11:04:59 +0000 (11:04 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 1 Feb 2010 11:09:13 +0000 (11:09 +0000)
commit579a9a2665b402405820585dacba137984700110
treed5bf0493fd74f60acd4ff87396c38ca93e2bf7a4
parent95712f9897db7f06a6ca34661f20b388dd5a5f77
stage: Add :key-focus property

ClutterStage has both set_key_focus() and get_key_focus() methods, but
there is no :key-focus property. This means that it is not possible to
get notifications when the key-focus has changes except by connecting to
both the ::key-focus-in and ::key-focus-out signals and do additional
bookkeeping.

http://bugzilla.openedhand.com/show_bug.cgi?id=1956

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
clutter/clutter-stage.c