[ Version ( since = "3.0" ) ]
public void set_device_cursor (Device device, Cursor cursor)
Sets a specific Cursor for a given device when it gets inside this .
Use Cursor.for_display or
Cursor.from_pixbuf to create the cursor. To make the cursor
invisible, use gdk_blank_cursor. Passing null for the cursor
argument to set_cursor means that this
will use the cursor of its parent window. Most windows should use this default.
this |
a Window |
device |
a master, pointer Device |
cursor |
a Cursor |