pack_at
Description:
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "1.2" ) ]
public void pack_at (Actor actor, int position, ...)
public void pack_at (Actor actor, int position, ...)
Warning: pack_at is deprecated since 1.10.
Adds actor to this, placing it at position, and sets layout properties at the same
time, if the LayoutManager used by this
supports them
Note:
Use insert_child_at_index instead.
To set specific layout properties, use child_set
If position is a negative number, or is larger than the number of children of this, the new
child is added at the end of the list of children
Parameters:
| this |
a Box |
| actor |
a Actor |
| position |
the position to insert the |
| ... |
a list of property name and value pairs, terminated by |
| first_property |
the name of the first property to set, or |