[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.
This commit is contained in:
Emmanuele Bassi
2009-09-18 17:28:02 +01:00
parent 857b0239e9
commit 5737cf869f
10 changed files with 1141 additions and 1 deletions

View File

@ -81,6 +81,7 @@
<xi:include href="xml/clutter-fixed-layout.xml"/>
<xi:include href="xml/clutter-bin-layout.xml"/>
<xi:include href="xml/clutter-flow-layout.xml"/>
</chapter>
</part>