9f81571737
* clutter/clutter-behaviour.c: (_clutter_behaviour_finalize), (_clutter_behaviour_set_property), (_clutter_behaviour_get_property), (clutter_behaviour_class_init), (clutter_behaviour_init), (clutter_behaviour_apply), (clutter_behaviour_remove), (clutter_behaviour_remove_all), (clutter_behaviour_actors_foreach): * clutter/clutter-behaviour.h: * clutter/clutter-behaviours.c: (clutter_behaviour_property_change), (clutter_behaviour_opacity_dispose), (clutter_behaviour_opacity_finalize), (clutter_behaviour_opacity_class_init), (clutter_behaviour_opacity_init): * clutter/clutter-behaviours.h: * clutter/clutter-marshal.list: * examples/behave.c: (main): Behaviours track generic GObject properties. * clutter/clutter-video-texture.h: Remove signal prototypes - they are already specified in clutter-media.h. |
||
---|---|---|
.. | ||
behave.c | ||
clutter-logo-800x600.png | ||
Makefile.am | ||
media-actions-pause.png | ||
media-actions-start.png | ||
README | ||
rects.py | ||
redhand.png | ||
super-oh.c | ||
test-text.c | ||
test.c | ||
vid-panel.png | ||
video-cube.c | ||
video-player.c |
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. o video-player. Simple fullscreen video player. - Move mouse to see controls. - Hit q or Esc to exit, p to toggle pause state. - Has some useless cheesy effects built in. - Hit e to flip the video. o video-cube. Pure evil. A nasty hack to do a video cube with clutter. Could be done much nicer. Also see http://svn.o-hand.com/repos/misc/trunk/opt for a simple clutter based presentation program.