mutter/examples
Emmanuele Bassi c4a0f911b0 examples/box: Allow toggling animations
We need to set the easing duration to a positive value to let the
BoxLayout animate the allocation.
2012-08-20 17:58:30 +01:00
..
basic-actor.c examples/basic: Use the event type and not a flag 2012-07-30 10:54:18 +01:00
bin-layout.c
box-layout.c examples/box: Allow toggling animations 2012-08-20 17:58:30 +01:00
canvas.c
constraints.c
drag-action.c
drop-action.c
easing-modes.c examples/easing-modes: Use newly added modes 2012-07-19 22:13:28 -04:00
flow-layout.c
grid-layout.c
image-content.c
layout-manager.c
Makefile.am build: Fix out of tree builds 2012-07-30 12:33:24 +01:00
README
rounded-rectangle.c
scroll-actor.c
threads.c

The code in this directory is meant to be XIncluded into the Clutter API
reference, and thus is to be considered part of the Clutter documentation.

As such, the code MUST be:

  - correct;
  - idiomatic, i.e. show how a task is meant to be achieved using the
    best possible practices given the current API;
  - well documented;
  - ready for copy and paste.