Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkWindowSetCursor

gdkWindowSetCursor


Description

Sets the mouse pointer for a GdkWindow. Use gdkCursorNewForDisplay or gdkCursorNewFromPixmap to create the cursor. To make the cursor invisible, use GDK_BLANK_CURSOR. 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

a GdkWindow

cursor

a cursor

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.