efl_ui_grid/list: update single class doc

Summary:
its not much more, but a little bit. All other information about the
features in this widget can be found via the implemented interfaces.

ref T7881
ref T7870

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7881, T7870

Differential Revision: https://phab.enlightenment.org/D9782
This commit is contained in:
Marcel Hollerbach 2019-08-29 14:13:42 +02:00 committed by Xavi Artigas
parent ef3d88dfc9
commit 4a53f24dd8
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,9 @@
class @beta Efl.Ui.Grid extends Efl.Ui.Collection
{
[[Simple grid widget with Pack interface.]]
[[A scrollable grid of @Efl.Ui.Item objects.
@Efl.Ui.Grid supports group items. Group items are displayed in the top of the viewport, if items of the group are in the viewport.
]]
data: null;
implements {
Efl.Object.constructor;

View File

@ -1,6 +1,11 @@
class @beta Efl.Ui.List extends Efl.Ui.Collection
{
[[Simple list widget with Pack interface.]]
[[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;