1
0
Fork 0
mutter-performance-source/examples
Emmanuele Bassi 46409b4043 Move FlowLayout test into examples
There's nothing really test-worthy in the ClutterFlowLayout interactive
test; it can be lifted pretty much as is, and placed into the examples.
2012-05-02 12:14:45 +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
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 FlowLayout test into examples 2012-05-02 12:14:45 +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.