pack_after
Description:
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "1.2" ) ]
public void pack_after (Actor actor, Actor? sibling, ...)
public void pack_after (Actor actor, Actor? sibling, ...)
Warning: pack_after is deprecated since 1.10.
Adds actor to this, placing it after sibling, and sets layout properties at the
same time, if the LayoutManager used by
this supports them
Note:
Use insert_child_above instead.
To set specific layout properties, use child_set
If sibling is null then actor is placed at the end of the list of children, to be allocated and painted
after every other child
This function is a wrapper around add_actor, raise_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 |