pack
Description:
[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.2" ) ]
public void pack (Actor actor, bool expand, bool x_fill, bool y_fill, BoxAlignment x_align, BoxAlignment y_align)
public void pack (Actor actor, bool expand, bool x_fill, bool y_fill, BoxAlignment x_align, BoxAlignment y_align)
Warning: pack is deprecated since 1.12.
Packs actor inside the Container associated to
this and sets the layout properties
Note:
Parameters:
| this | |
| actor |
a Actor |
| expand |
whether the |
| x_fill |
whether the |
| y_fill |
whether the |
| x_align |
the horizontal alignment policy for |
| y_align |
the vertical alignment policy for |