Lines Matching refs:InputMethod_TextEditorProxy
39 | [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) | Text box proxy.|
40 …y_GetTextConfigFunc](#oh_texteditorproxy_gettextconfigfunc)) ([InputMethod_TextEditorProxy](#input…
41 …orProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc)) ([InputMethod_TextEditorProxy](#input…
42 …y_DeleteForwardFunc](#oh_texteditorproxy_deleteforwardfunc)) ([InputMethod_TextEditorProxy](#input…
43 …DeleteBackwardFunc](#oh_texteditorproxy_deletebackwardfunc)) ([InputMethod_TextEditorProxy](#input…
44 …oardStatusFunc](#oh_texteditorproxy_sendkeyboardstatusfunc)) ([InputMethod_TextEditorProxy](#input…
45 …oxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc)) ([InputMethod_TextEditorProxy](#input…
46 …orProxy_MoveCursorFunc](#oh_texteditorproxy_movecursorfunc)) ([InputMethod_TextEditorProxy](#input…
47 …tSelectionFunc](#oh_texteditorproxy_handlesetselectionfunc)) ([InputMethod_TextEditorProxy](#input…
48 …tendActionFunc](#oh_texteditorproxy_handleextendactionfunc)) ([InputMethod_TextEditorProxy](#input…
49 …tOfCursorFunc](#oh_texteditorproxy_getlefttextofcursorfunc)) ([InputMethod_TextEditorProxy](#input…
50 …OfCursorFunc](#oh_texteditorproxy_getrighttextofcursorfunc)) ([InputMethod_TextEditorProxy](#input…
51 …AtCursorFunc](#oh_texteditorproxy_gettextindexatcursorfunc)) ([InputMethod_TextEditorProxy](#input…
52 …CommandFunc](#oh_texteditorproxy_receiveprivatecommandfunc)) ([InputMethod_TextEditorProxy](#input…
53 …SetPreviewTextFunc](#oh_texteditorproxy_setpreviewtextfunc)) ([InputMethod_TextEditorProxy](#input…
54 …TextPreviewFunc](#oh_texteditorproxy_finishtextpreviewfunc)) ([InputMethod_TextEditorProxy](#input…
84 …utMethodController_Attach](#oh_inputmethodcontroller_attach) ([InputMethod_TextEditorProxy](#input…
127 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \* [OH_TextEditorProxy_Create](#oh_text…
128 …itorproxy_destroy) ([InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy) | Destroy…
129 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_GetTextCon…
130 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_InsertText…
131 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_DeleteForw…
132 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_DeleteBack…
133 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SendKeyboa…
134 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SendEnterK…
135 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_MoveCursor…
136 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_HandleSetS…
137 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_HandleExte…
138 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_GetLeftTex…
139 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_GetRightTe…
140 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_GetTextInd…
141 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_ReceivePri…
142 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SetPreview…
143 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_FinishText…
144 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_GetTextCon…
145 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_InsertText…
146 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_DeleteForw…
147 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_DeleteBack…
148 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SendKeyboa…
149 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SendEnterK…
150 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_MoveCursor…
151 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_HandleSetS…
152 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_HandleExte…
153 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_GetLeftTex…
154 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_GetRightTe…
155 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_GetTextInd…
156 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_ReceivePri…
157 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SetPreview…
158 …InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_FinishText…
324 ### InputMethod_TextEditorProxy subsection
327 typedef struct InputMethod_TextEditorProxy InputMethod_TextEditorProxy
355 typedef void(* OH_TextEditorProxy_DeleteBackwardFunc) (InputMethod_TextEditorProxy *textEditorProxy…
362 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
370 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
377 typedef void(* OH_TextEditorProxy_DeleteForwardFunc) (InputMethod_TextEditorProxy *textEditorProxy,…
384 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
392 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
399 typedef void(* OH_TextEditorProxy_FinishTextPreviewFunc) (InputMethod_TextEditorProxy *textEditorPr…
406 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
414 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
420 typedef void(* OH_TextEditorProxy_GetLeftTextOfCursorFunc) (InputMethod_TextEditorProxy *textEditor…
427 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
435 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
443 typedef void(* OH_TextEditorProxy_GetRightTextOfCursorFunc) (InputMethod_TextEditorProxy *textEdito…
450 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
458 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
466 typedef void(* OH_TextEditorProxy_GetTextConfigFunc) (InputMethod_TextEditorProxy *textEditorProxy,…
473 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
481 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
488 typedef int32_t(* OH_TextEditorProxy_GetTextIndexAtCursorFunc) (InputMethod_TextEditorProxy *textEd…
495 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
503 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
513 typedef void(* OH_TextEditorProxy_HandleExtendActionFunc) (InputMethod_TextEditorProxy *textEditorP…
520 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
528 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
535 typedef void(* OH_TextEditorProxy_HandleSetSelectionFunc) (InputMethod_TextEditorProxy *textEditorP…
542 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
550 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
558 typedef void(* OH_TextEditorProxy_InsertTextFunc) (InputMethod_TextEditorProxy *textEditorProxy, co…
565 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
573 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
581 typedef void(* OH_TextEditorProxy_MoveCursorFunc) (InputMethod_TextEditorProxy *textEditorProxy, In…
588 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
596 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
603 typedef int32_t(* OH_TextEditorProxy_ReceivePrivateCommandFunc) (InputMethod_TextEditorProxy *textE…
610 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
618 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
630 typedef void(* OH_TextEditorProxy_SendEnterKeyFunc) (InputMethod_TextEditorProxy *textEditorProxy, …
637 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
645 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
652 typedef void(* OH_TextEditorProxy_SendKeyboardStatusFunc) (InputMethod_TextEditorProxy *textEditorP…
659 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
667 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
674 typedef int32_t(* OH_TextEditorProxy_SetPreviewTextFunc) (InputMethod_TextEditorProxy *textEditorPr…
681 Implement this function, set it to [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy), and…
689 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
1056 InputMethod_ErrorCode OH_InputMethodController_Attach (InputMethod_TextEditorProxy * textEditorProx…
1069 | textEditorProxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) inst…
2233 InputMethod_TextEditorProxy* OH_TextEditorProxy_Create ()
2238 Creates an [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance.
2244 If the operation is successful, a pointer to the created [InputMethod_TextEditorProxy](#inputmethod…
2250 void OH_TextEditorProxy_Destroy (InputMethod_TextEditorProxy * proxy)
2255 Destroys an [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance.
2263 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2269 InputMethod_ErrorCode OH_TextEditorProxy_GetDeleteBackwardFunc (InputMethod_TextEditorProxy * proxy…
2274 …rdFunc](#oh_texteditorproxy_deletebackwardfunc) function from [InputMethod_TextEditorProxy](#input…
2282 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2299 InputMethod_ErrorCode OH_TextEditorProxy_GetDeleteForwardFunc (InputMethod_TextEditorProxy * proxy,…
2304 …ardFunc](#oh_texteditorproxy_deleteforwardfunc) function from [InputMethod_TextEditorProxy](#input…
2312 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2329 InputMethod_ErrorCode OH_TextEditorProxy_GetFinishTextPreviewFunc (InputMethod_TextEditorProxy * pr…
2334 …unc](#oh_texteditorproxy_finishtextpreviewfunc) function from [InputMethod_TextEditorProxy](#input…
2342 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2359 InputMethod_ErrorCode OH_TextEditorProxy_GetGetLeftTextOfCursorFunc (InputMethod_TextEditorProxy * …
2364 …c](#oh_texteditorproxy_getlefttextofcursorfunc) function from [InputMethod_TextEditorProxy](#input…
2372 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2389 InputMethod_ErrorCode OH_TextEditorProxy_GetGetRightTextOfCursorFunc (InputMethod_TextEditorProxy *…
2394 …](#oh_texteditorproxy_getrighttextofcursorfunc) function from [InputMethod_TextEditorProxy](#input…
2402 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2419 InputMethod_ErrorCode OH_TextEditorProxy_GetGetTextConfigFunc (InputMethod_TextEditorProxy * proxy,…
2424 …figFunc](#oh_texteditorproxy_gettextconfigfunc) function from [InputMethod_TextEditorProxy](#input…
2432 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2449 InputMethod_ErrorCode OH_TextEditorProxy_GetGetTextIndexAtCursorFunc (InputMethod_TextEditorProxy *…
2454 …](#oh_texteditorproxy_gettextindexatcursorfunc) function from [InputMethod_TextEditorProxy](#input…
2462 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2479 InputMethod_ErrorCode OH_TextEditorProxy_GetHandleExtendActionFunc (InputMethod_TextEditorProxy * p…
2484 …nc](#oh_texteditorproxy_handleextendactionfunc) function from [InputMethod_TextEditorProxy](#input…
2492 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2509 InputMethod_ErrorCode OH_TextEditorProxy_GetHandleSetSelectionFunc (InputMethod_TextEditorProxy * p…
2514 …nc](#oh_texteditorproxy_handlesetselectionfunc) function from [InputMethod_TextEditorProxy](#input…
2522 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2539 InputMethod_ErrorCode OH_TextEditorProxy_GetInsertTextFunc (InputMethod_TextEditorProxy * proxy, OH…
2544 …rtTextFunc](#oh_texteditorproxy_inserttextfunc) function from [InputMethod_TextEditorProxy](#input…
2552 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2569 InputMethod_ErrorCode OH_TextEditorProxy_GetMoveCursorFunc (InputMethod_TextEditorProxy * proxy, OH…
2574 …CursorFunc](#oh_texteditorproxy_movecursorfunc) function from [InputMethod_TextEditorProxy](#input…
2582 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2599 InputMethod_ErrorCode OH_TextEditorProxy_GetReceivePrivateCommandFunc (InputMethod_TextEditorProxy …
2604 …(#oh_texteditorproxy_receiveprivatecommandfunc) function from [InputMethod_TextEditorProxy](#input…
2612 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2629 InputMethod_ErrorCode OH_TextEditorProxy_GetSendEnterKeyFunc (InputMethod_TextEditorProxy * proxy, …
2634 …rKeyFunc](#oh_texteditorproxy_sendenterkeyfunc) function from [InputMethod_TextEditorProxy](#input…
2642 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2659 InputMethod_ErrorCode OH_TextEditorProxy_GetSendKeyboardStatusFunc (InputMethod_TextEditorProxy * p…
2664 …nc](#oh_texteditorproxy_sendkeyboardstatusfunc) function from [InputMethod_TextEditorProxy](#input…
2672 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2689 InputMethod_ErrorCode OH_TextEditorProxy_GetSetPreviewTextFunc (InputMethod_TextEditorProxy * proxy…
2694 …xtFunc](#oh_texteditorproxy_setpreviewtextfunc) function from [InputMethod_TextEditorProxy](#input…
2702 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2719 InputMethod_ErrorCode OH_TextEditorProxy_SetDeleteBackwardFunc (InputMethod_TextEditorProxy * proxy…
2724 …wardFunc](#oh_texteditorproxy_deletebackwardfunc) function to [InputMethod_TextEditorProxy](#input…
2732 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2749 InputMethod_ErrorCode OH_TextEditorProxy_SetDeleteForwardFunc (InputMethod_TextEditorProxy * proxy,…
2754 …rwardFunc](#oh_texteditorproxy_deleteforwardfunc) function to [InputMethod_TextEditorProxy](#input…
2762 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2779 InputMethod_ErrorCode OH_TextEditorProxy_SetFinishTextPreviewFunc (InputMethod_TextEditorProxy * pr…
2784 …wFunc](#oh_texteditorproxy_finishtextpreviewfunc) function to [InputMethod_TextEditorProxy](#input…
2792 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2809 InputMethod_ErrorCode OH_TextEditorProxy_SetGetLeftTextOfCursorFunc (InputMethod_TextEditorProxy * …
2814 …unc](#oh_texteditorproxy_getlefttextofcursorfunc) function to [InputMethod_TextEditorProxy](#input…
2822 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2839 InputMethod_ErrorCode OH_TextEditorProxy_SetGetRightTextOfCursorFunc (InputMethod_TextEditorProxy *…
2844 …nc](#oh_texteditorproxy_getrighttextofcursorfunc) function to [InputMethod_TextEditorProxy](#input…
2852 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2869 InputMethod_ErrorCode OH_TextEditorProxy_SetGetTextConfigFunc (InputMethod_TextEditorProxy * proxy,…
2874 …onfigFunc](#oh_texteditorproxy_gettextconfigfunc) function to [InputMethod_TextEditorProxy](#input…
2882 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2899 InputMethod_ErrorCode OH_TextEditorProxy_SetGetTextIndexAtCursorFunc (InputMethod_TextEditorProxy *…
2904 …nc](#oh_texteditorproxy_gettextindexatcursorfunc) function to [InputMethod_TextEditorProxy](#input…
2912 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2929 InputMethod_ErrorCode OH_TextEditorProxy_SetHandleExtendActionFunc (InputMethod_TextEditorProxy * p…
2934 …Func](#oh_texteditorproxy_handleextendactionfunc) function to [InputMethod_TextEditorProxy](#input…
2942 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2959 InputMethod_ErrorCode OH_TextEditorProxy_SetHandleSetSelectionFunc (InputMethod_TextEditorProxy * p…
2964 …Func](#oh_texteditorproxy_handlesetselectionfunc) function to [InputMethod_TextEditorProxy](#input…
2972 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
2989 InputMethod_ErrorCode OH_TextEditorProxy_SetInsertTextFunc (InputMethod_TextEditorProxy * proxy, OH…
2994 …sertTextFunc](#oh_texteditorproxy_inserttextfunc) function to [InputMethod_TextEditorProxy](#input…
3002 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
3019 InputMethod_ErrorCode OH_TextEditorProxy_SetMoveCursorFunc (InputMethod_TextEditorProxy * proxy, OH…
3024 …ursorFunc](#oh_texteditorproxy_setmovecursorfunc) function to [InputMethod_TextEditorProxy](#input…
3032 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
3049 InputMethod_ErrorCode OH_TextEditorProxy_SetReceivePrivateCommandFunc (InputMethod_TextEditorProxy …
3054 …c](#oh_texteditorproxy_receiveprivatecommandfunc) function to [InputMethod_TextEditorProxy](#input…
3062 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
3079 InputMethod_ErrorCode OH_TextEditorProxy_SetSendEnterKeyFunc (InputMethod_TextEditorProxy * proxy, …
3084 …KeyFunc](#oh_texteditorproxy_setsendenterkeyfunc) function to [InputMethod_TextEditorProxy](#input…
3092 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
3109 InputMethod_ErrorCode OH_TextEditorProxy_SetSendKeyboardStatusFunc (InputMethod_TextEditorProxy * p…
3114 …Func](#oh_texteditorproxy_sendkeyboardstatusfunc) function to [InputMethod_TextEditorProxy](#input…
3122 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…
3139 InputMethod_ErrorCode OH_TextEditorProxy_SetSetPreviewTextFunc (InputMethod_TextEditorProxy * proxy…
3144 …TextFunc](#oh_texteditorproxy_setpreviewtextfunc) function to [InputMethod_TextEditorProxy](#input…
3152 | proxy | Pointer to the [InputMethod_TextEditorProxy](#inputmethod_texteditorproxy) instance to be…