pack


Description:

[ Version ( deprecated = true , deprecated_since = "1.10" , since = "1.2" ) ]
public void pack (Actor actor, ...)

Warning: pack is deprecated since 1.10.

Adds actor to this and sets layout properties at the same time, if the LayoutManager used by this has them

Note:

Use add_child instead.

To set specific layout properties, use child_set

This function is a wrapper around add_actor and child_set

Language bindings should use the vector-based packv variant instead

Parameters:

this

a Box

actor

a Actor

...

a list of property name and value pairs, terminated by null

first_property

the name of the first property to set, or null