i2c_oled sample
LV_STYLE_GRID_ROW_ALIGN
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
LV_STYLE_GRID_ROW_ALIGN
LV_STYLE_GRID_ROW_ALIGN variable
Syntax
Show:
Summary
Declaration
Definition
from
lv_grid.h:60
extern
lv_style_prop_t
LV_STYLE_GRID_ROW_ALIGN
;
Implemented in
lv_grid.c:109
Examples
References
from
examples
Code
Location
Referrer
lv_style_prop_t
LV_STYLE_GRID_ROW_ALIGN
;
lv_grid.c:109
extern
lv_style_prop_t
LV_STYLE_GRID_ROW_ALIGN
;
lv_grid.h:60
LV_STYLE_GRID_ROW_ALIGN
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:137
lv_grid_init()
lv_style_set_prop
(
style
,
LV_STYLE_GRID_ROW_ALIGN
,
v
)
;
lv_grid.c:197
lv_style_set_grid_row_align()
lv_obj_set_local_style_prop
(
obj
,
LV_STYLE_GRID_ROW_ALIGN
,
v
,
selector
)
;
lv_grid.c:279
lv_obj_set_style_grid_row_align()
lv_style_value_t
v
=
lv_obj_get_style_prop
(
obj
,
part
,
LV_STYLE_GRID_ROW_ALIGN
)
;
lv_grid.h:135
lv_obj_get_style_grid_row_align()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_STYLE_GRID_ROW_ALIGN
is written by 1 function and is read by 3 functions:
lv_grid_init()
All items filtered out
LV_STYLE_GRID_ROW_ALIGN
lv_style_set_grid_row_align()
lv_obj_set_style_grid_row_align()
lv_obj_get_style_grid_row_align()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out