raise_child
Description:
[ CCode ( vfunc_name = "raise" ) ]
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.6" ) ]
public virtual void raise_child (Actor actor, Actor? sibling = null)
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.6" ) ]
public virtual void raise_child (Actor actor, Actor? sibling = null)
Warning: raise_child is deprecated since 1.10.
Raises actor
to sibling
level, in the depth ordering.
Note:
Use set_child_above_sibling instead.
This function calls the ClutterContainerIface.raise
virtual function, which has been deprecated. The default implementation will
call set_child_above_sibling.
Parameters:
this | |
actor |
the actor to raise |
sibling |
the sibling to raise to, or |