add


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.2" ) ]
public void add (Actor child, BinAlignment x_align, BinAlignment y_align)

Warning: add is deprecated since 1.12.

Adds a Actor to the container using this and sets the alignment policies for it

Note:

Use add_child instead.

This function is equivalent to add_actor and child_set_property but it does not require a pointer to the Container associated to the BinLayout

Parameters:

this

a BinLayout

child

a Actor

x_align

horizontal alignment policy for child

y_align

vertical alignment policy for child