Virtual Method

Gtk.IMContext.set_cursor_location

Declaration [src]

void
set_cursor_location (
  GtkIMContext* context,
  GdkRectangle* area
)

Description [src]

Notify the input method that a change in cursor position has been made.

The location is relative to the client window.

Parameters

area GdkRectangle*
 

new location

 Ownership is not transferred to the callee