Method
GdkCursorget_display
since: 2.2
Declaration [src]
GdkDisplay*
gdk_cursor_get_display (
GdkCursor* cursor
)
Description [src]
Returns the display on which the GdkCursor
is defined.
Available since: 2.2
Gets property | Gdk.Cursor:display |
Return value
Type: GdkDisplay
The GdkDisplay
associated to cursor
.
The returned data is owned by the instance. |