Table of Contents

Efl.Ui.Popup.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

Overridden from Efl.Ui.Widget.widget_parent (set).

Signature

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

C signature

Efl_Ui_Widget *efl_ui_widget_parent_get(const Eo *obj);
void efl_ui_widget_parent_set(Eo *obj, Efl_Ui_Widget *parent);

Implemented by