[ 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
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
this | |
child |
a Actor |
x_align |
horizontal alignment policy for |
y_align |
vertical alignment policy for |