Efl.Ui.Widget objects have a parent hierarchy that may differ slightly from their Efl.Object or Efl.Canvas.Object hierarchy. This is meant for internal handling.
Since 1.22
Values
parent - Widget parent object
Signature
@property widget_parent @protected {
get {}
set {}
values {
parent: Efl.Ui.Widget;
}
}