Home
last modified time | relevance | path

Searched defs:CJUITextInputModifier (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
Dcjui_api.h1757 struct CJUITextInputModifier { struct
1758 void (*setTextInputCaretColor)(ArkUINodeHandle node, ArkUI_Uint32 color, void* colorRawPtr);
1759 void (*resetTextInputCaretColor)(ArkUINodeHandle node);
1760 void (*setTextInputType)(ArkUINodeHandle node, ArkUI_Int32 value);
1761 void (*resetTextInputType)(ArkUINodeHandle node);
1762 void (*setTextInputMaxLines)(ArkUINodeHandle node, ArkUI_Int32 value);
1763 void (*resetTextInputMaxLines)(ArkUINodeHandle node);
1764 … void (*setTextInputPlaceholderColor)(ArkUINodeHandle node, ArkUI_Uint32 color, void* colorRawPtr);
1765 void (*resetTextInputPlaceholderColor)(ArkUINodeHandle node);
1766 void (*setTextInputCaretPosition)(ArkUINodeHandle node, ArkUI_Int32 caretPosition);
[all …]