Handbook
Glossary
gdk_cursor_new_from_pixbuf ( display pixbuf x y -- GdkCursor* )
Vocabulary
gdk2
.
ffi
Inputs
display
an
object
pixbuf
an
object
x
an
object
y
an
object
Outputs
GdkCursor*
an
object
Definition
USING:
alien.syntax
gdk2.pixbuf.ffi
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
GdkCursor*
gdk_cursor_new_from_pixbuf
( GdkDisplay* display, GdkPixbuf* pixbuf,
gint
x,
gint
y )