summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2019-12-20 13:48:17 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-12-20 13:51:04 +0100
commit778bef8e606cd1b20b9213a0516c02072391aa7a (patch)
tree4edabce625442f52e86698f14e4f252559f7f182
parent74a8c646bcb9a344e446c1c5c19a336a5e3dbb68 (diff)
downloadefl-778bef8e606cd1b20b9213a0516c02072391aa7a.tar.gz
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
-rw-r--r--src/lib/elementary/efl_ui_widget.eo4
1 files 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;