efl.ui.widget: disable parts{} block for now

the part is not stable, as the type is not stable. However, we lack the
support of declaring parts beta, so we just comment them out.
This can be reverted after the release.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8298
This commit is contained in:
Mike Blumenkrantz 2019-03-11 16:20:09 -04:00 committed by Marcel Hollerbach
parent 6229b8e149
commit ceb4c04d3b
1 changed files with 4 additions and 4 deletions

View File

@ -395,10 +395,10 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
return: bool; [[Returns $true if the widget is registered in the focus manager, $false if not.]]
}
}
parts {
shadow: Efl.Ui.Widget_Part_Shadow;
background: Efl.Ui.Widget_Part_Bg;
}
// parts {
// shadow: Efl.Ui.Widget_Part_Shadow;
// background: Efl.Ui.Widget_Part_Bg;
// }
implements {
class.constructor;
Efl.Object.constructor;