~~Title: Efl.Ui.Item.item_parent~~ ====== Efl.Ui.Item.item_parent ====== ===== Description ===== %%The parent of the item.%% %%This property expresses a tree structure of items. If the parent is %%''NULL''%% the item is added to the root level of the content. The item parent can only be set once. When the object is invalidated, the item parent is set to %%''NULL''%% and still cannot be reset.%% //Since 1.23// {{page>:develop:api-include:efl:ui:item:property:item_parent:description&nouser&nolink&nodate}} ===== Values ===== * **parent** - No description supplied. ===== Signature ===== @property item_parent { get {} set {} values { parent: Efl.Ui.Item; } } ===== C signature ===== Efl_Ui_Item *efl_ui_item_parent_get(const Eo *obj); void efl_ui_item_parent_set(Eo *obj, Efl_Ui_Item *parent); ===== Implemented by ===== * [[:develop:api:efl:ui:item:property:item_parent|Efl.Ui.Item.item_parent]]