mutter/examples
Emmanuele Bassi c6b226e6c7 Move the easing modes test into the examples
It's a pretty simple, self-contained example of how to use different
easing modes, as well as the implicit animations API.
2012-05-02 18:37:36 +01:00
..
basic-actor.c Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
bin-layout.c Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
bind-constraint.c Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
canvas.c Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
constraints.c Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
drag-action.c Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
drop-action.c Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
easing-modes.c Move the easing modes test into the examples 2012-05-02 18:37:36 +01:00
flow-layout.c Move FlowLayout test into examples 2012-05-02 12:14:45 +01:00
image-content.c Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
Makefile.am Move the easing modes test into the examples 2012-05-02 18:37:36 +01:00
README Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
threads.c Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00

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.