From 778bef8e606cd1b20b9213a0516c02072391aa7a Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Fri, 20 Dec 2019 13:48:17 +0100 Subject: [PATCH] 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 --- src/lib/elementary/efl_ui_widget.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_widget.eo b/src/lib/elementary/efl_ui_widget.eo index 14375c2137..2e08eb25fe 100644 --- a/src/lib/elementary/efl_ui_widget.eo +++ b/src/lib/elementary/efl_ui_widget.eo @@ -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;