i80_controller sample
null_on_delete_cb()
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
null_on_delete_cb()
null_on_delete_cb() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj.c:53
static
void
null_on_delete_cb
(
lv_event_t
*
e
)
;
Implemented in
lv_obj.c:991
Arguments
Argument
e
Examples
References
from
examples
Code
Location
Referrer
static
void
null_on_delete_cb
(
lv_event_t
*
e
)
lv_obj.c:991
static
void
null_on_delete_cb
(
lv_event_t
*
e
)
;
lv_obj.c:53
lv_obj_add_event_cb
(
*
obj_ptr
,
null_on_delete_cb
,
LV_EVENT_DELETE
,
obj_ptr
)
;
lv_obj.c:432
lv_obj_null_on_delete()
Call Tree
from
examples
null_on_delete_cb()
calls 1 function:
All items filtered out
null_on_delete_cb()
lv_event_get_user_data()
All items filtered out
Data Use
from
examples
null_on_delete_cb()
writes 1 variable:
All items filtered out
null_on_delete_cb()
lv_obj_null_on_delete()
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