set_cursor_location


Description:

public virtual signal void set_cursor_location (int x, int y, int w, int h)

Emitted when the location of IME is set.

Implement the member function IBusEngineClass::set_cursor_location in extended class to receive this signal.

See also: set_cursor_location.

Note:

Argument user_data is ignored in this function.

Parameters:

x

X coordinate of the cursor.

y

Y coordinate of the cursor.

w

Width of the cursor.

h

Height of the cursor.