mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +08:00
update old function name in comment
This commit is contained in:
@@ -221,7 +221,7 @@ lv_obj_t * lv_textarea_create(lv_obj_t * par, const lv_obj_t * copy)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Insert a character to the current cursor position.
|
* Insert a character to the current cursor position.
|
||||||
* To add a wide char, e.g. 'Á' use `lv_txt_encoded_conv_wc('Á')`
|
* To add a wide char, e.g. 'Á' use `_lv_txt_encoded_conv_wc('Á')`
|
||||||
* @param ta pointer to a text area object
|
* @param ta pointer to a text area object
|
||||||
* @param c a character (e.g. 'a')
|
* @param c a character (e.g. 'a')
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ lv_obj_t * lv_textarea_create(lv_obj_t * par, const lv_obj_t * copy);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Insert a character to the current cursor position.
|
* Insert a character to the current cursor position.
|
||||||
* To add a wide char, e.g. 'Á' use `lv_txt_encoded_conv_wc('Á')`
|
* To add a wide char, e.g. 'Á' use `_lv_txt_encoded_conv_wc('Á')`
|
||||||
* @param ta pointer to a text area object
|
* @param ta pointer to a text area object
|
||||||
* @param c a character (e.g. 'a')
|
* @param c a character (e.g. 'a')
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user