mutter/examples
2013-04-05 18:48:01 +01:00
..
basic-actor.c
bin-layout.c 2.0: Remove deprecated API from ClutterBoxLayout 2013-04-05 18:48:01 +01:00
box-layout.c 2.0: Remove deprecated API from ClutterBoxLayout 2013-04-05 18:48:01 +01:00
canvas.c
constraints.c
drag-action.c
drop-action.c
easing-modes.c
flow-layout.c
grid-layout.c 2.0: Remove deprecated API from ClutterBoxLayout 2013-04-05 18:48:01 +01:00
image-content.c
layout-manager.c examples/layout-manager: Remove unnecessary easing state save 2013-03-13 15:05:27 -03:00
Makefile.am
pan-action.c
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.