examples: Add an example of layout manager
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 4 May 2012 16:43:30 +0000 (17:43 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 4 May 2012 16:54:51 +0000 (17:54 +0100)
commit4d087f2c0ada4c7f5f6a9bd1aa86b337c05e9f1b
treec851ace8e159b6f23139b171e8e739d981e00f7d
parentb7c76a45bcab1d84d50e1144d5a9976f472ea503
examples: Add an example of layout manager

The MultiLayout shows how to write a layout manager with two policies,
and to use the easing state of a child to interpolate the allocation.
examples/Makefile.am
examples/layout-manager.c [new file with mode: 0644]