[layout] Initial implementation of FlowLayout
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 18 Sep 2009 16:28:02 +0000 (17:28 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 14 Oct 2009 10:31:30 +0000 (11:31 +0100)
commit5737cf869f162f5539ae00f86db7923502c38dab
tree33d85053b5c1310c132470500b8e5bb8e3fa2a0a
parent857b0239e906b0e5eb1a2fec8703eb675a70675f
[layout] Initial implementation of FlowLayout

FlowLayout is a layout manager that arranges its children in a
reflowing line; the orientation controls the major axis for the
layout: horizontal, for reflow on the Y axis, and vertical, for
reflow on the X axis.
.gitignore
clutter/Makefile.am
clutter/clutter-flow-layout.c [new file with mode: 0644]
clutter/clutter-flow-layout.h [new file with mode: 0644]
clutter/clutter.h
doc/reference/clutter/clutter-docs.xml.in
doc/reference/clutter/clutter-sections.txt
doc/reference/clutter/clutter.types
tests/interactive/Makefile.am
tests/interactive/test-flow.c [new file with mode: 0644]