jpeg pushed a commit to branch master.

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

commit ccf90aa0e4b02158705f3f0858b70aa5b16c53ed
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Jan 16 22:04:10 2018 +0900

    widget: Expose "background" part (for bindings)
---
 src/lib/elementary/efl_ui_widget.eo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elementary/efl_ui_widget.eo 
b/src/lib/elementary/efl_ui_widget.eo
index f63977e9f3..1560b2a93c 100644
--- a/src/lib/elementary/efl_ui_widget.eo
+++ b/src/lib/elementary/efl_ui_widget.eo
@@ -572,6 +572,7 @@ abstract Efl.Ui.Widget (Efl.Canvas.Group, Efl.Access,
    }
    parts {
       shadow: Efl.Ui.Widget.Part_Shadow;
+      background: Efl.Ui.Widget.Part_Bg;
    }
    implements {
       class.constructor;

-- 


Reply via email to