From 4a53f24dd8a3e978a113ee57cc80a0ee894292e2 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Thu, 29 Aug 2019 14:13:42 +0200 Subject: [PATCH] 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 --- src/lib/elementary/efl_ui_grid.eo | 5 ++++- src/lib/elementary/efl_ui_list.eo | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_grid.eo b/src/lib/elementary/efl_ui_grid.eo index 832fcf1c31..c5921dfcd1 100644 --- a/src/lib/elementary/efl_ui_grid.eo +++ b/src/lib/elementary/efl_ui_grid.eo @@ -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; diff --git a/src/lib/elementary/efl_ui_list.eo b/src/lib/elementary/efl_ui_list.eo index 3cb2fea202..058f6eca7b 100644 --- a/src/lib/elementary/efl_ui_list.eo +++ b/src/lib/elementary/efl_ui_list.eo @@ -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;