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
This commit is contained in:
Marcel Hollerbach 2019-09-17 15:51:19 +02:00 committed by Xavi Artigas
parent 8a029d5c04
commit cce67afc38
1 changed files with 7 additions and 1 deletions

View File

@ -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; }