docs: Add images for layout managers

It's easier to show the layout manager policy with a simple
screen shot coming from our interactive tests.
This commit is contained in:
Emmanuele Bassi
2009-10-23 17:32:18 +01:00
parent 924780ce35
commit f0b434918b
8 changed files with 41 additions and 0 deletions

View File

@ -48,6 +48,22 @@
* in both columns and rows.</para></listitem>
* </itemizedlist>
*
* <figure id="flow-layout-horizontal">
* <title>Horizontal flow layout</title>
* <para>The image shows a #ClutterFlowLayout with the
* #ClutterFlowLayout:orientation propert set to
* %CLUTTER_FLOW_HORIZONTAL.</para>
* <graphic fileref="flow-layout-horizontal.png" format="PNG"/>
* </figure>
*
* <figure id="flow-layout-vertical">
* <title>Vertical flow layout</title>
* <para>The image shows a #ClutterFlowLayout with the
* #ClutterFlowLayout:orientation propert set to
* %CLUTTER_FLOW_VERTICAL.</para>
* <graphic fileref="flow-layout-vertical.png" format="PNG"/>
* </figure>
*
* #ClutterFlowLayout is available since Clutter 1.2
*/