docs: Update Efl.Ui.Box_Stack docs

This commit is contained in:
Xavi Artigas 2019-09-16 17:44:56 +02:00
parent b4976fdf2c
commit 416b01ee74
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ class @beta Efl.Ui.Box_Stack extends Efl.Ui.Box
{
[[A custom layout engine for @Efl.Ui.Box that stacks items.
Items will be stacked on top of each other (in the Z direction).
Items will be stacked on top of each other (in the Z direction) meaning that, in the absence of transparency,
only the last item added through the @Efl.Pack interface will actually be visible.
This can be useful to display transparent objects on top of each other, for example.
]]
data: null;
implements {