Searched refs:new_parent (Results 1 – 3 of 3) sorted by relevance
72 …n :cpp:expr:`lv_obj_set_parent(widget, new_parent)` is used, ``widget`` will be on the foreground …
105 You can move the Widget to a new parent with :cpp:expr:`lv_obj_set_parent(widget, new_parent)`.
363 void ** new_parent = lv_ll_ins_tail(&state->parent_ll); in view_start_element_handler() local364 *new_parent = item; in view_start_element_handler()