diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-08-29 14:13:42 +0200 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-08-29 14:15:26 +0200 |
commit | 4a53f24dd8a3e978a113ee57cc80a0ee894292e2 (patch) | |
tree | 8e54c97f93a4cf6d03810319692031bec96ea114 /src/lib/elementary/efl_ui_grid.eo | |
parent | ef3d88dfc9b78f65851167fa3ccaf6c50ea176e9 (diff) |
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
Diffstat (limited to 'src/lib/elementary/efl_ui_grid.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_grid.eo | 5 |
1 files changed, 4 insertions, 1 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 @@ | |||
1 | class @beta Efl.Ui.Grid extends Efl.Ui.Collection | 1 | class @beta Efl.Ui.Grid extends Efl.Ui.Collection |
2 | { | 2 | { |
3 | [[Simple grid widget with Pack interface.]] | 3 | [[A scrollable grid of @Efl.Ui.Item objects. |
4 | |||
5 | @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. | ||
6 | ]] | ||
4 | data: null; | 7 | data: null; |
5 | implements { | 8 | implements { |
6 | Efl.Object.constructor; | 9 | Efl.Object.constructor; |