i80_controller sample
lv_table_get_cell_user_data()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_table_get_cell_user_data()
lv_table_get_cell_user_data() function
Get custom user data to the cell.
Syntax
Show:
Summary
Declaration
Definition
from
lv_table.h:202
void
*
lv_table_get_cell_user_data
(
lv_obj_t
*
obj
,
uint16_t
row
,
uint16_t
col
)
;
Implemented in
lv_table.c:489
Arguments
Argument
Description
obj
pointer to a Table object
row
id of the row [0 .. row_cnt -1]
col
id of the column [0 .. col_cnt -1]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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