Handbook
Glossary
gdk_pixmap_foreign_new_for_screen ( screen anid width height depth -- GdkPixmap* )
Vocabulary
gdk2
.
ffi
Inputs
screen
an
object
anid
an
object
width
an
object
height
an
object
depth
an
object
Outputs
GdkPixmap*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
GdkPixmap*
gdk_pixmap_foreign_new_for_screen
( GdkScreen* screen,
GdkNativeWindow
anid,
gint
width,
gint
height,
gint
depth )