mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 08:49:30 +00:00
actor: add clutter_actor_contains()
It is often useful to determine if one actor is an ancestor of another. Add a method to do that. http://bugzilla.openedhand.com/show_bug.cgi?id=2162 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:

committed by
Emmanuele Bassi

parent
d816acd834
commit
f3f3b56742
@ -355,6 +355,7 @@ clutter_actor_set_parent
|
||||
clutter_actor_get_parent
|
||||
clutter_actor_reparent
|
||||
clutter_actor_unparent
|
||||
clutter_actor_contains
|
||||
clutter_actor_raise
|
||||
clutter_actor_lower
|
||||
clutter_actor_raise_top
|
||||
|
Reference in New Issue
Block a user