GtkIMContextClass.setCursorLocation

Called via gtk.imcontext.IMContext.setCursorLocation to inform the input method of the current cursor location relative to the client window. May be overridden to implement the display of popup windows at the cursor position.

struct GtkIMContextClass
extern (C)
void function(GtkIMContext* context, GdkRectangle* area) setCursorLocation;