set_alignment
Description:
[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.2" ) ]
public void set_alignment (Actor? child, BinAlignment x_align, BinAlignment y_align)
public void set_alignment (Actor? child, BinAlignment x_align, BinAlignment y_align)
Warning: set_alignment is deprecated since 1.12.
Sets the horizontal and vertical alignment policies to be applied to a child of this
If child is null then the x_align and y_align values will be set as the default alignment
policies
Parameters:
| this | |
| child |
a child of |
| x_align |
the horizontal alignment policy to be used for the |
| y_align |
the vertical aligment policy to be used on the |