efl/src/lib/elementary/efl_ui_box_stack.eo

13 lines
296 B
Plaintext

class Efl.Ui.Box.Stack (Efl.Ui.Box, Efl.Pack.Layout)
{
[[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.Object.constructor;
Efl.Pack.Layout.layout_do;
}
}