get_preedit
Description:
public virtual void get_preedit (out string? text, out List<InputMethodUnderline>? underlines, out uint cursor_offset)
Get the pre-edit string and a list of WebKitInputMethodUnderline.
Get the current pre-edit string for the this, and a list of WebKitInputMethodUnderline to apply to the
string. The string will be displayed inserted at cursor_offset
.
Parameters:
this | |
text |
location to store the preedit string |
underlines |
location to store the underlines as a List of InputMethodUnderline |
cursor_offset |
location to store the position of cursor in preedit string |