efl/src/lib/elementary/efl_ui_box_stack.eo

12 lines
265 B
Plaintext

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).
]]
data: null;
implements {
Efl.Pack_Layout.layout_update;
}
}