mutter/examples
Emmanuele Bassi b7c76a45bc Add rounded corners rectangle example using Canvas
An old request: how to create a rectangle with rounded corners with
Clutter; we use ClutterCanvas and Cairo because we want anti-aliased
edges.
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
Makefile.am Add rounded corners rectangle example using Canvas 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.