docs: Refresh the layout managers example image

Drop the window decoration and pointer; drop the double image for the
FlowLayout class; add an image for the TableLayout class.
This commit is contained in:
Emmanuele Bassi 2012-02-29 15:12:55 +00:00
parent 7713d3bbdc
commit c465881726
9 changed files with 11 additions and 13 deletions

View File

@ -48,20 +48,12 @@
* in both columns and rows.</para></listitem>
* </itemizedlist>
*
* <figure id="flow-layout-horizontal">
* <figure id="flow-layout-image">
* <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"/>
* <graphic fileref="flow-layout.png" format="PNG"/>
* </figure>
*
* #ClutterFlowLayout is available since Clutter 1.2

View File

@ -67,6 +67,12 @@
* #ClutterTableLayout:easing-mode and #ClutterTableLayout:easing-duration
* properties and their accessor functions.
*
* <figure id="table-layout-image">
* <title>Table layout</title>
* <para>The image shows a #ClutterTableLayout.</para>
* <graphic fileref="table-layout.png" format="PNG"/>
* </figure>
*
* #ClutterTableLayout is available since Clutter 1.4
*/

View File

@ -124,10 +124,10 @@ HTML_IMAGES = \
constraints-example.png \
easing-modes.png \
event-flow.png \
flow-layout-horizontal.png \
flow-layout-vertical.png \
flow-layout.png \
path-alpha-func.png \
offscreen-redirect.png
offscreen-redirect.png \
table-layout.png
# SVG used to generate the images above
SVG_IMAGES = \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB