Home
last modified time | relevance | path

Searched refs:lv_obj_set_align (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.6.0/src/core/
Dlv_obj_pos.h168 void lv_obj_set_align(struct _lv_obj_t * obj, lv_align_t align);
Dlv_obj_pos.c334 void lv_obj_set_align(lv_obj_t * obj, lv_align_t align) in lv_obj_set_align() function
/lvgl-3.6.0/examples/anim/
Dlv_example_anim_3.c124 lv_obj_set_align(ginfo.anim_obj, LV_ALIGN_TOP_LEFT); in page_obj_init()
/lvgl-3.6.0/docs/widgets/
Dobj.md29 You can align the object on its parent with `lv_obj_set_align(obj, LV_ALIGN_...)`. After this every…
32 lv_obj_set_align(obj, LV_ALIGN_CENTER);
/lvgl-3.6.0/docs/overview/
Dcoords.md94 lv_obj_set_align(obj, align);