[ CCode ( cname = "clutter_get_actor_by_gid" ) ]
[ Version ( deprecated = true , deprecated_since = "1.8" , since = "0.6" ) ]
public static unowned Actor get_by_gid (uint32 id_)
Warning: get_by_gid is deprecated since 1.8.
Retrieves the Actor with id_
.
The id is deprecated, and this function always returns null
.
Use the proper scene graph API in Actor to find a child of the stage.
id_ |
a Actor unique id. |
the actor with the passed id or |