Handbook
Glossary
gdk_pixmap_new ( drawable width height depth -- GdkPixmap* )
Vocabulary
gdk2
.
ffi
Inputs
drawable
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_new
( GdkDrawable* drawable,
gint
width,
gint
height,
gint
depth
)