Home
last modified time | relevance | path

Searched refs:cursor_location_set (Results 1 – 3 of 3) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/ecore_imf/
H A Decore_imf_context.c412 …if (ctx->klass && ctx->klass->cursor_location_set) ctx->klass->cursor_location_set(ctx, x, y, w, h… in ecore_imf_context_cursor_location_set()
H A DEcore_IMF.h795 …void (*cursor_location_set) (Ecore_IMF_Context *ctx, int x, int y, int w, int h); /**< Set the cur… member
/dports/devel/efl/efl-1.25.1/src/modules/ecore_imf/xim/
H A Decore_imf_xim.c739 .cursor_location_set = _ecore_imf_context_xim_cursor_location_set,