Handbook
Glossary
gdk_window_create_similar_surface ( window content width height -- cairo_surface_t* )
Vocabulary
gdk2
.
ffi
Inputs
window
an
object
content
an
object
width
an
object
height
an
object
Outputs
cairo_surface_t*
an
object
Definition
USING:
alien.syntax
cairo.ffi
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
cairo_surface_t*
gdk_window_create_similar_surface
( GdkWindow* window,
cairo_content_t
content,
gint
width,
gint
height )