Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/efl_ui_box_flow.eo
1 | class @beta Efl.Ui.Box_Flow extends Efl.Ui.Box | 1 | class @beta Efl.Ui.Box_Flow extends Efl.Ui.Box | ||
---|---|---|---|---|---|
2 | { | 2 | { | ||
3 | [[A custom layout engine for @Efl.Ui.Box.]] | 3 | [[A Flow Box is a customized type of @Efl.Ui.Box. It will fill along the given axis | ||
4 | until items will no longer fit in the available space, at which point it will begin | ||||
5 | filling items in a new row/column after the current one. This is useful if an application | ||||
6 | wants to e.g., present a group of items and wrap them onto subsequent lines when the number | ||||
7 | of items grows too large to fit on the screen. | ||||
8 | ]] | ||||
4 | implements { | 9 | implements { | ||
5 | Efl.Pack_Layout.layout_update; | 10 | Efl.Pack_Layout.layout_update; | ||
6 | } | 11 | } | ||
7 | } | 12 | } |