Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/extra/layouts/flex/
Dlv_flex.h23 #define LV_OBJ_FLAG_FLEX_IN_NEW_TRACK LV_OBJ_FLAG_LAYOUT_1
/lvgl-3.5.0/src/core/
Dlv_obj.h112 LV_OBJ_FLAG_LAYOUT_1 = (1L << 23), /**< Custom flag, free to use by layouts*/ enumerator
Dlv_obj.c234 …if((was_on_layout != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLA… in lv_obj_add_flag()
269 …if((was_on_layout != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLA… in lv_obj_clear_flag()
/lvgl-3.5.0/docs/widgets/
Dobj.md125 - `LV_OBJ_FLAG_LAYOUT_1` Custom flag, free to use by layouts