summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-09-16 17:44:56 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-09-16 17:45:04 +0200
commit416b01ee74f7d960b9c86b20ab8ab8bbf5a3c8d3 (patch)
tree2be202a1e1831916dfba349f5da9ce02041361ab
parentb4976fdf2c236553cb8e024756a8bf53ce296629 (diff)
downloadefl-416b01ee74f7d960b9c86b20ab8ab8bbf5a3c8d3.tar.gz
docs: Update Efl.Ui.Box_Stack docs
-rw-r--r--src/lib/elementary/efl_ui_box_stack.eo5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_box_stack.eo b/src/lib/elementary/efl_ui_box_stack.eo
index 61035b45f9..060f470f35 100644
--- a/src/lib/elementary/efl_ui_box_stack.eo
+++ b/src/lib/elementary/efl_ui_box_stack.eo
@@ -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 {