efl_ui_widget: add description of widget parts

Summary:
Description of the widget parts, shadow and background, is added for
documentation.

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10940
This commit is contained in:
Jaehyun Cho 2019-12-20 13:48:17 +01:00 committed by Xavi Artigas
parent 74a8c646bc
commit 778bef8e60
1 changed files with 2 additions and 2 deletions

View File

@ -381,8 +381,8 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
}
}
parts {
shadow : Efl.Ui.Widget_Part_Shadow;
background : Efl.Ui.Widget_Part_Bg;
shadow : Efl.Ui.Widget_Part_Shadow; [[Drop-shadow or glow effect around the widget.]]
background : Efl.Ui.Widget_Part_Bg; [[Background of the widget.]]
}
implements {
class.constructor;