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