layout: Add BoxLayout, a single line layout manager
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 13 Oct 2009 11:14:05 +0000 (12:14 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 14 Oct 2009 10:31:48 +0000 (11:31 +0100)
commitb526b765931bcf4e44feac4ab1b72763eb68f264
tree089475fdd67f5fbaae5fdfbf642da4856bbb81e2
parentc4b2d4ce797b5ac4c61865d4249badcfb85657f0
layout: Add BoxLayout, a single line layout manager

The BoxLayout layout manager implements a layout policy for arranging
children on a single line, either alongside the X axis or alongside the
Y axis.
.gitignore
clutter/Makefile.am
clutter/clutter-box-layout.c [new file with mode: 0644]
clutter/clutter-box-layout.h [new file with mode: 0644]
clutter/clutter.h
tests/interactive/Makefile.am
tests/interactive/test-box-layout.c [new file with mode: 0644]