mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
46409b4043
There's nothing really test-worthy in the ClutterFlowLayout interactive test; it can be lifted pretty much as is, and placed into the examples. |
||
---|---|---|
.. | ||
basic-actor.c | ||
bin-layout.c | ||
bind-constraint.c | ||
canvas.c | ||
constraints.c | ||
drag-action.c | ||
drop-action.c | ||
flow-layout.c | ||
image-content.c | ||
Makefile.am | ||
README | ||
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.