1
0
Fork 0
mutter-performance-source/examples
Emmanuele Bassi 3c2defee9d 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-container.[ch]: Add a generic actor container
	interface, for actors to implement without subclassing ClutterGroup.

	* clutter/clutter-group.[ch]: Make ClutterGroup implement the
	ClutterContainer interface, and deprecate the colliding methods.

	* clutter/clutter-layout.[ch]: Add extended layout interface.
	Actors and containers requiring or honouring complex layout
	management should implement this interface and provide at least
	one of the available layout types: width for height, height for
	width, natural size, iterative size request.

	* clutter/clutter-label.c: A ClutterLabel requires height for
	width layout management, so it implements the ClutterLayout
	interface.

	* clutter/Makefile.am: Add new files to the build.

	* tests/*.c:
	* examples/*.c: Update tests and examples code to use the
	new ClutterContainer API instead of ClutterGroup.
2007-06-07 14:41:35 +00:00
..
behave.c 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 14:41:35 +00:00
clutter-logo-800x600.png Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
Makefile.am Initial import of ClutterEntry, a text-entry actor 2007-05-31 18:33:42 +00:00
README 2006-08-30 Jorn Baayen <jorn@openedhand.com> 2006-08-30 13:48:48 +00:00
redhand.png Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
slider.c 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 14:41:35 +00:00
super-oh.c 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 14:41:35 +00:00
test-entry.c 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 14:41:35 +00:00
test-text.c 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 14:41:35 +00:00
test.c 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 14:41:35 +00:00

examples/
===

This directory contains a number of simple hacks come tests come
examples come clutter demos.

There are:

 o test

   Lots of randomness. Scratchpad to test new features.

 o test.py

   Like above but more randomness in python.

 o super-oh

   Spinning OH logos. Click to dissapear.

 

Also see http://svn.o-hand.com/repos/misc/trunk/opt for a simple
clutter based presentation program.