[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:
@ -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>
|
||||
|
Reference in New Issue
Block a user