Description Usage Arguments Author(s)
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.
1 | gdkWindowSetCursor(object, cursor = NULL)
|
|
a |
|
a cursor |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.