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.
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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 = \
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.2 KiB |
BIN
doc/reference/clutter/flow-layout.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
doc/reference/clutter/table-layout.png
Normal file
After Width: | Height: | Size: 20 KiB |