gdkCursorGetImage {RGtk2} | R Documentation |
Returns a GdkPixbuf
with the image used to display the cursor.
gdkCursorGetImage(object)
|
[GdkCursor ] a GdkCursor |
Note that depending on the capabilities of the windowing system and
on the cursor, GDK may not be able to obtain the image data. In this
case, NULL
is returned.
Since 2.8
[GdkPixbuf
] a GdkPixbuf
representing cursor
, or NULL
Derived by RGtkGen from GTK+ documentation