widget: Expose "background" part (for bindings)

This commit is contained in:
Jean-Philippe Andre 2018-01-16 22:04:10 +09:00
parent 854cce329a
commit ccf90aa0e4
1 changed files with 1 additions and 0 deletions

View File

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