Handbook
Glossary
gdk_window_constrain_size ( geometry flags width height new_width new_height -- )
Vocabulary
gdk3
.
ffi
Inputs
geometry
an
object
flags
an
object
width
an
object
height
an
object
new_width
an
object
new_height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
void
gdk_window_constrain_size
( GdkGeometry* geometry,
GdkWindowHints
flags,
gint
width,
gint
height, gint* new_width, gint* new_height )