There's nothing really test-worthy in the ClutterFlowLayout interactive
test; it can be lifted pretty much as is, and placed into the examples.
* <graphic fileref="flow-layout.png" format="PNG"/>
* </figure>
*
+ * <informalexample>
+ * <programlisting>
+ * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/flow-layout.c">
+ * <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
+ * </xi:include>
+ * </programlisting>
+ * </informalexample>
+ *
* #ClutterFlowLayout is available since Clutter 1.2
*/
constraints \
drag-action \
drop-action \
+ flow-layout \
threads
if PIXBUF_TESTS
{ NULL }
};
-G_MODULE_EXPORT int
-test_flow_layout_main (int argc, char *argv[])
+int
+main (int argc, char *argv[])
{
ClutterActor *stage, *box;
ClutterLayoutManager *layout;
return EXIT_SUCCESS;
}
-
-G_MODULE_EXPORT const char *
-test_flow_layout_describe (void)
-{
- return "FlowLayout layout manager example";
-}
test-cairo-clock.c \
test-cairo-flowers.c \
test-cogl-vertex-buffer.c \
- test-flow-layout.c \
test-box-layout.c \
test-stage-sizing.c \
test-scrolling.c \