mutter/examples
Emmanuele Bassi 4d087f2c0a examples: Add an example of layout manager
The MultiLayout shows how to write a layout manager with two policies,
and to use the easing state of a child to interpolate the allocation.
2012-05-04 17:54:51 +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
layout-manager.c examples: Add an example of layout manager 2012-05-04 17:54:51 +01:00
Makefile.am examples: Add an example of layout manager 2012-05-04 17:54:51 +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.