xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=778bef8e606cd1b20b9213a0516c02072391aa7a

commit 778bef8e606cd1b20b9213a0516c02072391aa7a
Author: Jaehyun Cho <[email protected]>
Date:   Fri Dec 20 13:48:17 2019 +0100

    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;

-- 


Reply via email to