set_default_cursor
Description:
[
CCode ( cname =
"gimp_preview_set_default_cursor" ) ]
[
Version ( since =
"2.2" ) ]
public void set_default_cursor (
Cursor cursor)
Sets the default mouse cursor for the preview.
Note that this will be overridden by a gdk_fleur if the preview has scrollbars, or by a
gdk_watch when the preview is invalidated.
Parameters:
| this |
a Preview widget
|
| cursor |
a Cursor or null
|