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:
@ -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
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user