Handbook
Glossary
clutter_flow_layout_set_row_height ( flow_layout min_height max_height -- )
Vocabulary
clutter
.
ffi
Inputs
flow_layout
an
object
min_height
an
object
max_height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_flow_layout_set_row_height
( ClutterFlowLayout* flow_layout,
gfloat
min_height,
gfloat
max_height )