Handbook
Glossary
gdk_cursor_new_from_surface ( display surface x y -- GdkCursor* )
Vocabulary
gdk3
.
ffi
Inputs
display
an
object
surface
an
object
x
an
object
y
an
object
Outputs
GdkCursor*
an
object
Definition
USING:
alien.syntax
cairo.ffi
gobject-introspection.standard-types
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
GdkCursor*
gdk_cursor_new_from_surface
( GdkDisplay* display, cairo_surface_t* surface,
gdouble
x,
gdouble
y )