mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
fix edit docs
This commit is contained in:
parent
82190233ca
commit
13d2adf6db
@ -208,7 +208,7 @@ ret_t mledit_set_input_tips(widget_t* widget, const char* tips);
|
|||||||
* 设置编辑器光标位置。
|
* 设置编辑器光标位置。
|
||||||
* @annotation ["scriptable"]
|
* @annotation ["scriptable"]
|
||||||
* @param {widget_t*} widget widget对象。
|
* @param {widget_t*} widget widget对象。
|
||||||
* @param {uint32_t*} cursor 光标位置。
|
* @param {uint32_t} cursor 光标位置。
|
||||||
*
|
*
|
||||||
* @return {ret_t} 返回RET_OK表示成功,否则表示失败。
|
* @return {ret_t} 返回RET_OK表示成功,否则表示失败。
|
||||||
*/
|
*/
|
||||||
@ -219,7 +219,7 @@ ret_t mledit_set_cursor(widget_t* widget, uint32_t cursor);
|
|||||||
* 设置编辑器滚动速度。
|
* 设置编辑器滚动速度。
|
||||||
* @annotation ["scriptable"]
|
* @annotation ["scriptable"]
|
||||||
* @param {widget_t*} widget widget对象。
|
* @param {widget_t*} widget widget对象。
|
||||||
* @param {uint32_t*} cursor 滚动行数。
|
* @param {uint32_t} scroll_line 滚动行数。
|
||||||
*
|
*
|
||||||
* @return {ret_t} 返回RET_OK表示成功,否则表示失败。
|
* @return {ret_t} 返回RET_OK表示成功,否则表示失败。
|
||||||
*/
|
*/
|
||||||
|
@ -361,7 +361,7 @@ ret_t edit_set_password_visible(widget_t* widget, bool_t password_visible);
|
|||||||
ret_t edit_set_focus(widget_t* widget, bool_t focus);
|
ret_t edit_set_focus(widget_t* widget, bool_t focus);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @method edit_set_start_position
|
* @method edit_set_cursor
|
||||||
* 设置输入框的光标坐标。
|
* 设置输入框的光标坐标。
|
||||||
* @annotation ["scriptable"]
|
* @annotation ["scriptable"]
|
||||||
* @param {widget_t*} widget widget对象。
|
* @param {widget_t*} widget widget对象。
|
||||||
|
Loading…
Reference in New Issue
Block a user