get_by_gid
Description:
[ 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_)
[ 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_
.
Note:
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.
Parameters:
id_ |
a Actor unique id. |
Returns:
the actor with the passed id or |