Handbook
Glossary
gdk_window_set_shadow_width ( window left right top bottom -- )
Vocabulary
gdk3
.
ffi
Inputs
window
an
object
left
an
object
right
an
object
top
an
object
bottom
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
void
gdk_window_set_shadow_width
( GdkWindow* window,
gint
left,
gint
right,
gint
top,
gint
bottom )