[clutter] docs: Refresh the layout managers example image



commit c46588172629574abb900ea1851d7248780f9597
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Feb 29 15:12:55 2012 +0000

    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.

 clutter/clutter-flow-layout.c                    |   12 ++----------
 clutter/clutter-table-layout.c                   |    6 ++++++
 doc/reference/clutter/Makefile.am                |    6 +++---
 doc/reference/clutter/bin-layout.png             |  Bin 12890 -> 13424 bytes
 doc/reference/clutter/box-layout.png             |  Bin 5119 -> 10557 bytes
 doc/reference/clutter/flow-layout-horizontal.png |  Bin 5888 -> 0 bytes
 doc/reference/clutter/flow-layout-vertical.png   |  Bin 5333 -> 0 bytes
 doc/reference/clutter/flow-layout.png            |  Bin 0 -> 1850 bytes
 doc/reference/clutter/table-layout.png           |  Bin 0 -> 20058 bytes
 9 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/clutter/clutter-flow-layout.c b/clutter/clutter-flow-layout.c
index dd5919a..38f0fe6 100644
--- a/clutter/clutter-flow-layout.c
+++ b/clutter/clutter-flow-layout.c
@@ -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
diff --git a/clutter/clutter-table-layout.c b/clutter/clutter-table-layout.c
index 68cccf5..0062a03 100644
--- a/clutter/clutter-table-layout.c
+++ b/clutter/clutter-table-layout.c
@@ -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
  */
 
diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am
index 3219137..0275ba5 100644
--- a/doc/reference/clutter/Makefile.am
+++ b/doc/reference/clutter/Makefile.am
@@ -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 = \
diff --git a/doc/reference/clutter/bin-layout.png b/doc/reference/clutter/bin-layout.png
index 87e9b99..aeed4d6 100644
Binary files a/doc/reference/clutter/bin-layout.png and b/doc/reference/clutter/bin-layout.png differ
diff --git a/doc/reference/clutter/box-layout.png b/doc/reference/clutter/box-layout.png
index 729d238..6e50ef1 100644
Binary files a/doc/reference/clutter/box-layout.png and b/doc/reference/clutter/box-layout.png differ
diff --git a/doc/reference/clutter/flow-layout.png b/doc/reference/clutter/flow-layout.png
new file mode 100644
index 0000000..809ae91
Binary files /dev/null and b/doc/reference/clutter/flow-layout.png differ
diff --git a/doc/reference/clutter/table-layout.png b/doc/reference/clutter/table-layout.png
new file mode 100644
index 0000000..b0b3617
Binary files /dev/null and b/doc/reference/clutter/table-layout.png differ



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]