Home
last modified time | relevance | path

Searched refs:LV_STYLE_GRID_CELL_COLUMN_SPAN (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.4.0/src/extra/layouts/grid/
Dlv_grid.h62 extern lv_style_prop_t LV_STYLE_GRID_CELL_COLUMN_SPAN;
153 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_GRID_CELL_COLUMN_SPAN); in lv_obj_get_style_grid_cell_column_span()
Dlv_grid.c111 lv_style_prop_t LV_STYLE_GRID_CELL_COLUMN_SPAN; variable
141 LV_STYLE_GRID_CELL_COLUMN_SPAN = lv_style_register_prop() | LV_STYLE_PROP_LAYOUT_REFR; in lv_grid_init()
222 lv_style_set_prop(style, LV_STYLE_GRID_CELL_COLUMN_SPAN, v); in lv_style_set_grid_cell_column_span()
304 lv_obj_set_local_style_prop(obj, LV_STYLE_GRID_CELL_COLUMN_SPAN, v, selector); in lv_obj_set_style_grid_cell_column_span()