Home
last modified time | relevance | path

Searched refs:lv_obj_move_background (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.5.0/src/
Dlv_api_map.h67 static inline void lv_obj_move_background(lv_obj_t * obj) in lv_obj_move_background() function
/lvgl-3.5.0/examples/widgets/list/
Dlv_example_list_2.c44 lv_obj_move_background(currentButton); in event_handler_top()
/lvgl-3.5.0/docs/overview/
Dlayer.md40 …ound(obj)` to bring an object to the foreground. Similarly, use `lv_obj_move_background(obj)` to m…
/lvgl-3.5.0/docs/widgets/
Dobj.md66 … or send it to the background with `lv_obj_move_foreground(obj)` and `lv_obj_move_background(obj)`.