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

gdkWindowGetCursor

gdkWindowGetCursor


Description

Retrieves a GdkCursor pointer for the cursor currently set on the specified GdkWindow, 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.

Usage

gdkWindowGetCursor(object)

Arguments

object

a GdkWindow

Details

Since 2.18

Value

[GdkCursor] a GdkCursor, or NULL. The returned object is owned by the GdkWindow and should not be unreferenced directly. Use gdkWindowSetCursor to unset the cursor of the window

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.