gdkWindowSetCursor {RGtk2}R Documentation

gdkWindowSetCursor

Description

Sets the mouse pointer for a GdkWindow. Use gdkCursorNew or gdkCursorNewFromPixmap to create the cursor. To make the cursor invisible, use gdkCursorNewFromPixmap to create a cursor with no pixels in it. Passing NULL for the cursor argument to gdkWindowSetCursor means that window will use the cursor of its parent window. Most windows should use this default.

Usage

gdkWindowSetCursor(object, cursor = NULL)

Arguments

object [GdkWindow] a GdkWindow
cursor [GdkCursor] a cursor

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]