summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-17 15:51:19 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-09-17 16:04:04 +0200
commitcce67afc38e90c4a6fef9c43572c52794d592906 (patch)
tree34e2855d8253832a79e9e6bf42a08dd3d3145685
parent8a029d5c043f13238102a098020980bbd86a348d (diff)
downloadefl-cce67afc38e90c4a6fef9c43572c52794d592906.tar.gz
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
-rw-r--r--src/lib/elementary/efl_ui_widget_part_bg.eo8
1 files changed, 7 insertions, 1 deletions
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; }