Cursor.getFallback

Returns the fallback for this cursor.

The fallback will be used if this cursor is not available on a given gdk.display.Display. For named cursors, this can happen when using nonstandard names or when using an incomplete cursor theme. For textured cursors, this can happen when the texture is too large or when the gdk.display.Display it is used on does not support textured cursors.

class Cursor
getFallback
()

Return Value

Type: gdk.cursor.Cursor

the fallback of the cursor or null to use the default cursor as fallback