diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-11-17 12:49:10 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-11-17 12:49:10 +0000 |
commit | 8b047d0bc963389109486388ce5051a6a06d0994 (patch) | |
tree | d91ed226af5e9b237397911c5c1469cad031e0b6 /clutter/clutter-constraint.c | |
parent | e5da5b0907264f822bf646ef7e1151bb69f1945a (diff) | |
download | clutter-8b047d0bc963389109486388ce5051a6a06d0994.tar.gz |
docs: Move the constraints example picture about the source code
Diffstat (limited to 'clutter/clutter-constraint.c')
-rw-r--r-- | clutter/clutter-constraint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clutter/clutter-constraint.c b/clutter/clutter-constraint.c index 949dc6364..4e7e55db0 100644 --- a/clutter/clutter-constraint.c +++ b/clutter/clutter-constraint.c @@ -86,13 +86,13 @@ * <emphasis>layerA</emphasis> to the bottom edge of * <emphasis>layerC</emphasis>;</simpara></listitem> * </orderedlist> - * <programlisting> - * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../../../tests/interactive/test-snap-constraint.c" parse="text"><xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback></xi:include> - * </programlisting> * <figure id="constraints-example"> * <title>Constraints</title> * <graphic fileref="constraints-example.png" format="PNG"/> * </figure> + * <programlisting> + * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../../../tests/interactive/test-snap-constraint.c" parse="text"><xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback></xi:include> + * </programlisting> * <para>You can try resizing interactively the #ClutterStage and verify * that the three #ClutterActor<!-- -->s maintain the same position and * size relative to each other, and to the #CLutterStage.</para> |