Efl.Ui.Widget.widget_parent

Description

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

Values

  • parent - Widget parent object

Signature

@property widget_parent @protected {
    get {}
    set {}
    values {
        parent: Efl.Ui.Widget;
    }
}

C signature

Implemented by