i80_controller sample
ta_insert_replace
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
ta_insert_replace
ta_insert_replace variable
Syntax
Show:
Summary
Declaration
from
lv_textarea.c:175
static
const
char
*
ta_insert_replace
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
ta_insert_replace
;
lv_textarea.c:175
ta_insert_replace
=
txt
;
lv_textarea.c:619
lv_textarea_set_insert_replace()
ta_insert_replace
=
NULL
;
lv_textarea.c:1372
insert_handler()
if
(
ta_insert_replace
&&
ta_insert_replace
[
0
]
==
'\0'
)
lv_textarea.c:1376
insert_handler()
if
(
ta_insert_replace
)
{
lv_textarea.c:1379
insert_handler()
if
(
lv_strcmp
(
ta_insert_replace
,
txt
)
)
{
lv_textarea.c:1381
insert_handler()
lv_textarea_add_text
(
obj
,
ta_insert_replace
)
;
lv_textarea.c:1382
insert_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ta_insert_replace
is written by 2 functions and is read by 1 function:
lv_textarea_set_insert_replace()
insert_handler()
All items filtered out
ta_insert_replace
insert_handler()
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