efl/src/lib/elementary/efl_ui_box_flow.eo

8 lines
156 B
Plaintext

class @beta Efl.Ui.Box_Flow extends Efl.Ui.Box
{
[[A custom layout engine for @Efl.Ui.Box.]]
implements {
Efl.Pack_Layout.layout_update;
}
}