Handbook
Glossary
gdk_window_new ( parent attributes attributes_mask -- GdkWindow* )
Vocabulary
gdk3
.
ffi
Inputs
parent
an
object
attributes
an
object
attributes_mask
an
object
Outputs
GdkWindow*
an
object
Definition
USING:
alien.syntax
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
GdkWindow*
gdk_window_new
( GdkWindow* parent, GdkWindowAttr* attributes,
GdkWindowAttributesType
attributes_mask )