The internal parent of this widget.
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
@property widget_parent @protected { get {} set {} values { parent: Efl.Ui.Widget; } }
Efl_Ui_Widget *efl_ui_widget_parent_get(const Eo *obj); void efl_ui_widget_parent_set(Eo *obj, Efl_Ui_Widget *parent);