i80_controller sample
lv_obj_set_style_flex_flow()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_obj_set_style_flex_flow()
lv_obj_set_style_flex_flow() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj_style_gen.h:850
void
lv_obj_set_style_flex_flow
(
lv_obj_t
*
obj
,
lv_flex_flow_t
value
,
lv_style_selector_t
selector
)
;
Implemented in
lv_obj_style_gen.c:774
Arguments
Argument
obj
value
selector
Examples
References
from
examples
Code
Location
Referrer
void
lv_obj_set_style_flex_flow
(
lv_obj_t
*
obj
,
lv_flex_flow_t
value
,
lv_style_selector_t
selector
)
lv_obj_style_gen.c:774
void
lv_obj_set_style_flex_flow
(
lv_obj_t
*
obj
,
lv_flex_flow_t
value
,
lv_style_selector_t
selector
)
;
lv_obj_style_gen.h:850
lv_obj_set_style_flex_flow
(
obj
,
flow
,
0
)
;
lv_flex.c:103
lv_obj_set_flex_flow()
Call Tree
from
examples
lv_obj_set_style_flex_flow()
is called by 1 function and calls 1 function:
lv_obj_set_flex_flow()
All items filtered out
lv_obj_set_style_flex_flow()
lv_obj_set_local_style_prop()
All items filtered out
Data Use
from
examples
lv_obj_set_style_flex_flow()
reads 1 variable:
::LV_STYLE_FLEX_FLOW
All items filtered out
lv_obj_set_style_flex_flow()
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