Module context

Source

Structsยง

ImeContext
ImeContextClientData ๐Ÿ”’
PreeditCallbacks ๐Ÿ”’
Struct to simplify callback creation and latter passing into Xlib XIM.

Enumsยง

ImeContextCreationError
IME creation error.

Functionsยง

calc_byte_position ๐Ÿ”’
create_xim_callback ๐Ÿ”’
Wrapper for creating XIM callbacks.
preedit_caret_callback ๐Ÿ”’
Handling of cursor movements in preedit text.
preedit_done_callback ๐Ÿ”’
Done callback is used when the preedit should be hidden.
preedit_draw_callback ๐Ÿ”’
Preedit text information to be drawn inline by the client.
preedit_start_callback ๐Ÿ”’
The server started preedit.

Type Aliasesยง

XIMProcNonnull ๐Ÿ”’
The callback used by XIM preedit functions.