set_cursor_location_relative


Description:

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

Emitted when the client application get the set-cursor-location-relative.

Implement the member function set_cursor_location_relative in extended class to receive this signal.

<note><para>Argument user_data is ignored in this function.</para> </note>

Parameters:

x

X coordinate of the cursor.

y

Y coordinate of the cursor.

w

Width of the cursor.

h

Height of the cursor.