Table of Contents

Efl.Ui.Item.container

Description

The container this object is part of.

You should never use this property directly, the container will set it when the item is added. Unsetting this while the item is packed inside a container does not remove the item from the container.

Since 1.23

Values

Signature

@property container {
    get {}
    set {}
    values {
        container: Efl.Ui.Widget;
    }
}

C signature

Efl_Ui_Widget *efl_ui_item_container_get(const Eo *obj);
void efl_ui_item_container_set(Eo *obj, Efl_Ui_Widget *container);

Implemented by