efl/src/lib/elementary/efl_ui_list.eo

14 lines
334 B
Plaintext
Raw Normal View History

class @beta Efl.Ui.List extends Efl.Ui.Collection
{
[[A scrollable list of @Efl.Ui.Item objects.
@Efl.Ui.List supports group items. Group items are displayed in the top or right of the viewport, if the items belonging to them are in the viewport.
]]
data: null;
implements {
Efl.Object.constructor;
}
}