[ Version ( deprecated = true , deprecated_since = "0.12.4" , since = "0.10" ) ]
public void bin_layout_add (Actor child, BinAlignment x_align, BinAlignment y_align)
Warning: bin_layout_add is deprecated since 0.12.4.
This function inserts a custom actor to the undrelying BinLayout manager.
Use ActorAlign and the Actor API instead.
The inserted actors appear on top of the map. See add for reference.
this |
a View |
child |
The child to be inserted |
x_align |
x alignment |
y_align |
y alignment |