~~Title: Efl.Ui.Focus.Object.setup_order~~ ====== Efl.Ui.Focus.Object.setup_order ====== ===== Description ===== %%Tells the object that its children will be queried soon by the focus manager. Overwrite this to have a chance to update the order of the children. Deleting items in this call will result in undefined behaviour and may cause your system to crash.%% //Since 1.22// {{page>:develop:api-include:efl:ui:focus:object:method:setup_order:description&nouser&nolink&nodate}} ===== Signature ===== setup_order {} ===== C signature ===== void efl_ui_focus_object_setup_order(Eo *obj); ===== Implemented by ===== * [[:develop:api:efl:ui:focus:object:method:setup_order|Efl.Ui.Focus.Object.setup_order]]