efl_ui_*_default_item: improve docs

Summary:
ref T7717
Depends on D9782

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7717

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

View File

@ -1,7 +1,9 @@
class @beta Efl.Ui.Grid_Default_Item extends Efl.Ui.Default_Item
{
[[Grid Default Item class.]]
[[Grid default Item class.
The icon part is in the middle, extra will overlap the icon part in its right upper icon. The text is aligned below. Further details may differ between themes.
]]
data: null;
implements {
Efl.Object.constructor;

View File

@ -1,7 +1,10 @@
class @beta Efl.Ui.List_Default_Item extends Efl.Ui.Default_Item
{
[[List Default Item class.]]
[[List default Item class.
It displays the three parts in horizintal order: icon, text, extra.
Further details may differ between themes.
]]
data: null;
implements {
Efl.Object.constructor;