get_cursor


Description:

[ Version ( since = "2.18" ) ]
public unowned Cursor? get_cursor ()

Retrieves a Cursor pointer for the cursor currently set on the specified Window, or null.

If the return value is null then there is no custom cursor set on the specified window, and it is using the cursor for its parent window.

Parameters:

this

a Window

Returns:

a Cursor, or null. The returned object is owned by the Window and should not be unreferenced directly. Use set_cursor to unset the cursor of the window