From cce67afc38e90c4a6fef9c43572c52794d592906 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 17 Sep 2019 15:51:19 +0200 Subject: [PATCH] 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; }