gdk_pixmap_new ( drawable width height depth -- GdkPixmap* )


Vocabulary
gdk2.ffi

Inputs
drawablean object
widthan object
heightan object
depthan object


Outputs
GdkPixmap*an object


Definition


LIBRARY: gdk2 FUNCTION: GdkPixmap* gdk_pixmap_new
( GdkDrawable* drawable, gint width, gint height, gint depth
)