~~Title: Efl.Ui.Focus.Manager.root~~ ====== Efl.Ui.Focus.Manager.root ====== ===== Description ===== %%Root node for all logical sub-trees.%% %%This property can only be set once.%% //Since 1.22// {{page>:develop:api-include:efl:ui:focus:manager:property:root:description&nouser&nolink&nodate}} ===== Values ===== * **root** - %%Object to register as the root of this manager object.%% ===== Signature ===== @property root @pure_virtual { get {} set { return: bool; } values { root: Efl.Ui.Focus.Object; } } ===== C signature ===== Efl_Ui_Focus_Object *efl_ui_focus_manager_root_get(const Eo *obj); Eina_Bool efl_ui_focus_manager_root_set(Eo *obj, Efl_Ui_Focus_Object *root); ===== Implemented by ===== * [[:develop:api:efl:ui:focus:manager:property:root|Efl.Ui.Focus.Manager.root]] * [[:develop:api:efl:ui:focus:manager_calc:property:root|Efl.Ui.Focus.Manager_Calc.root]]