docs: Update Efl.Ui.Box_Stack docs
authorXavi Artigas <xavierartigas@yahoo.es>
Mon, 16 Sep 2019 15:44:56 +0000 (17:44 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 16 Sep 2019 21:14:14 +0000 (06:14 +0900)
src/lib/elementary/efl_ui_box_stack.eo

index 61035b4..060f470 100644 (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 {