Handbook
Glossary
clutter_flow_layout_set_column_width ( flow_layout min_width max_width -- )
Vocabulary
clutter
.
ffi
Inputs
flow_layout
an
object
min_width
an
object
max_width
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_column_width
( ClutterFlowLayout* flow_layout,
gfloat
min_width,
gfloat
max_width )