xartigas pushed a commit to branch master.

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

commit cce67afc38e90c4a6fef9c43572c52794d592906
Author: Marcel Hollerbach <[email protected]>
Date:   Tue Sep 17 15:51:19 2019 +0200

    efl_ui_widget_part_bg: improve docs
    
    Reviewers: segfaultxavi, zmike
    
    Reviewed By: segfaultxavi
    
    Subscribers: zmike, cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D9990
---
 src/lib/elementary/efl_ui_widget_part_bg.eo | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_widget_part_bg.eo 
b/src/lib/elementary/efl_ui_widget_part_bg.eo
index 722cfb1748..8e0612ec87 100644
--- a/src/lib/elementary/efl_ui_widget_part_bg.eo
+++ b/src/lib/elementary/efl_ui_widget_part_bg.eo
@@ -1,6 +1,12 @@
 class @beta Efl.Ui.Widget_Part_Bg extends Efl.Ui.Widget_Part implements 
Efl.File, Efl.Gfx.Color, Efl.Gfx.Image
 {
-   [[Elementary widget internal part background class]]
+   [[Elementary widget internal part background class
+
+     This part will proxy the calls on it to the @Efl.Ui.Bg internal object of 
this widget.
+     This internal object is stacked below the @Efl.Ui.Widget.resize_object 
and co-located with the widget.
+
+     All @Efl.Ui.Widget objects have this part, allowing the background of the 
widget to be customized.
+   ]]
    data: null;
    implements {
       Efl.File.file { get; set; }

-- 


Reply via email to