pack_before
Description:
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "1.2" ) ]
public void pack_before (Actor actor, Actor? sibling, ...)
public void pack_before (Actor actor, Actor? sibling, ...)
Warning: pack_before is deprecated since 1.10.
Adds actor to this, placing it before sibling, and sets layout properties at the
same time, if the LayoutManager used by
this supports them
Note:
Use insert_child_below instead.
To set specific layout properties, use child_set
If sibling is null then actor is placed at the beginning of the list of children, to be allocated and
painted below every other child
This function is a wrapper around add_actor, lower_child and child_set
Parameters:
| this |
a Box |
| actor |
a Actor |
| sibling |
a Actor or |
| ... |
a list of property name and value pairs, terminated by |
| first_property |
the name of the first property to set, or |