b7c76a45bc
An old request: how to create a rectangle with rounded corners with Clutter; we use ClutterCanvas and Cairo because we want anti-aliased edges. |
||
---|---|---|
.. | ||
basic-actor.c | ||
bin-layout.c | ||
bind-constraint.c | ||
canvas.c | ||
constraints.c | ||
drag-action.c | ||
drop-action.c | ||
easing-modes.c | ||
flow-layout.c | ||
image-content.c | ||
Makefile.am | ||
README | ||
rounded-rectangle.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.