mutter/examples
Emmanuele Bassi 5ad1ec7cca Put bind-constraint back into the interactive tests
The bind-constraint.c example still uses clutter_actor_animate(), and
it'd require some serious reworking to move it to
ClutterPropertyTransition or to implicit animations.
2012-05-08 16:15:33 +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
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
layout-manager.c examples: Add an example of layout manager 2012-05-04 17:54:51 +01:00
Makefile.am Put bind-constraint back into the interactive tests 2012-05-08 16:15:33 +01:00
README Move examples from tests/interactive to a new top-level 2012-05-01 19:00:35 +01:00
rounded-rectangle.c Add rounded corners rectangle example using Canvas 2012-05-04 17:54:51 +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.