Move scroll actor test to the examples

Nothing specific to test, and the code is idiomatic enough to be used as
an example.
This commit is contained in:
Emmanuele Bassi
2012-05-16 16:12:20 +01:00
parent 06d1398592
commit c9028cee48
4 changed files with 32 additions and 10 deletions

View File

@ -36,6 +36,14 @@
* #ClutterScrollActor does not provide pointer or keyboard event handling,
* nor does it provide visible scroll handles.
*
* <informalexample>
* <programlisting>
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/scroll-actor.c">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* </programlisting>
* </informalexample>
*
* #ClutterScrollActor is available since Clutter 1.12.
*/