Home
last modified time | relevance | path

Searched refs:LV_OBJ_FLAG_LAYOUT_2 (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj.h113 LV_OBJ_FLAG_LAYOUT_2 = (1L << 24), /**< Custom flag, free to use by layouts*/ enumerator
Dlv_obj.c253 …out != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLAG_LAYOUT_2))) { in lv_obj_add_flag()
288 …out != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLAG_LAYOUT_2))) { in lv_obj_clear_flag()
/lvgl-latest/docs/widgets/
Dobj.md126 - `LV_OBJ_FLAG_LAYOUT_2` Custom flag, free to use by layouts