Handbook
Glossary
gdk_window_constrain_size ( geometry flags width height new_width new_height -- )
Vocabulary
gdk2
.
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:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
void
gdk_window_constrain_size
( GdkGeometry* geometry,
guint
flags,
gint
width,
gint
height,
gint
new_width,
gint
new_height )