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

  • container - The container this item is in.

Signature

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

C signature

Implemented by