~~Title: Efl.Ui.Item.container~~ ====== 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// {{page>:develop:api-include:efl:ui:item:property:container:description&nouser&nolink&nodate}} ===== Values ===== * **container** - %%The container this item is in.%% ===== 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 ===== * [[:develop:api:efl:ui:item:property:container|Efl.Ui.Item.container]]