Signal
SpiceClientGLibCursorChannel::cursor-set
deprecated: 0.34
Declaration
void
cursor_set (
SpiceCursorChannel* self,
gint width,
gint height,
gint hot_x,
gint hot_y,
gpointer rgba,
gpointer user_data
)
Description [src]
The SpiceCursorChannel::cursor-set signal is emitted to modify
cursor aspect and position on the display area.
| Default handler: The default handler is called before the handlers added via |
| Deprecated since: 0.34 |
Use |
Parameters
width-
Type:
gintWidth of the shape.
height-
Type:
gintHeight of the shape.
hot_x-
Type:
gintHorizontal offset of the ‘hotspot’ of the cursor.
hot_y-
Type:
gintVertical offset of the ‘hotspot’ of the cursor.
rgba-
Type:
gpointer32bits shape data, or
NULLif default cursor. It might be freed after the signal is emitted, so make sure to copy it if you need it later!The argument can be NULL.The data is owned by the caller of the function.