mutter/examples
Emmanuele Bassi 193bf6123d examples/canvas: Resize the canvas on allocation changes
This should show how to make a Canvas resize whenever the actor that
uses it as content changes size. For good measure, it also shows how to
coalesce multiple allocations into one Canvas resize through a timeout
source.
2012-05-11 17:38:53 +01:00
..
basic-actor.c
bin-layout.c
canvas.c examples/canvas: Resize the canvas on allocation changes 2012-05-11 17:38:53 +01:00
constraints.c
drag-action.c
drop-action.c
easing-modes.c Move the easing modes test into the examples 2012-05-02 18:37:36 +01:00
flow-layout.c
image-content.c
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
rounded-rectangle.c Add rounded corners rectangle example using Canvas 2012-05-04 17:54:51 +01:00
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.