Home
last modified time | relevance | path

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

/lvgl-latest/examples/widgets/list/
Dlv_example_list_2.c41 lv_obj_move_background(currentButton); in event_handler_top()
/lvgl-latest/src/
Dlv_api_map_v8.h103 static inline void lv_obj_move_background(lv_obj_t * obj) in lv_obj_move_background() function
/lvgl-latest/docs/details/base-widget/
Dlayer.rst64 Similarly, use :cpp:expr:`lv_obj_move_background(widget)` to move it to the background.
Dobj.rst128 :cpp:expr:`lv_obj_move_foreground(widget)` and :cpp:expr:`lv_obj_move_background(widget)`.