mutter/examples
Emmanuele Bassi d56da0ace9 examples/layout-manager: Toggle between states
Instead of using two specific keys, toggle between the circular and grid
layouts using a single key.
2015-01-11 17:00:02 +00:00
..
basic-actor.c
bin-layout.c Fully rework the conformance test suite 2013-12-12 18:51:11 +00:00
box-layout.c
canvas.c
constraints.c
drag-action.c
drop-action.c
easing-modes.c
flow-layout.c
grid-layout.c
image-content.c Fully rework the conformance test suite 2013-12-12 18:51:11 +00:00
layout-manager.c examples/layout-manager: Toggle between states 2015-01-11 17:00:02 +00:00
Makefile.am Fully rework the conformance test suite 2013-12-12 18:51:11 +00:00
pan-action.c Fully rework the conformance test suite 2013-12-12 18:51:11 +00:00
README
redhand.png Fully rework the conformance test suite 2013-12-12 18:51:11 +00:00
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.