Virtual Method

WebKit2InputMethodContextnotify_cursor_area

Declaration [src]

void
notify_cursor_area (
  WebKitInputMethodContext* context,
  int x,
  int y,
  int width,
  int height
)

Description [src]

Notify context that cursor area changed in input associated.

Available since:2.28

Parameters

x int
 

The x coordinate of cursor location.

y int
 

The y coordinate of cursor location.

width int
 

The width of cursor area.

height int
 

The height of cursor area.