summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2008-04-17 15:41:00 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2008-04-17 15:41:00 +0000
commit7e3bf4204b8c90aa075a3ef8c18faf39d24300a2 (patch)
treea102a54c994a4b563da889b06f2b18e184661f6d /doc
parentf37accefda8f3556a6c3d26caeb597c6dbde117c (diff)
downloadclutter-gtk-7e3bf4204b8c90aa075a3ef8c18faf39d24300a2.tar.gz
2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-gtk/gtk-clutter-util.[ch]: Add utility functions to ClutterGtk to be able to retrieve the ClutterColor equivalent of the various style color components of a GtkWidget. * clutter-gtk/Makefile.am: Add gtk-clutter-util.[ch] to the build. * doc/reference/clutter-gtk-docs.sgml: Add the new section in the documentation. * examples/gtk-clutter-events.c (create_colors): Test the newly added color retrieval API.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/clutter-gtk-docs.sgml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/reference/clutter-gtk-docs.sgml b/doc/reference/clutter-gtk-docs.sgml
index dcf667d..0edd64e 100644
--- a/doc/reference/clutter-gtk-docs.sgml
+++ b/doc/reference/clutter-gtk-docs.sgml
@@ -44,12 +44,18 @@
yada-yada-yada
</para>
- </chapter>
+ </chapter>
+
<chapter>
<title>Clutter-Gtk Widgets</title>
<xi:include href="xml/gtk-clutter-embed.xml"/>
</chapter>
+ <chapter>
+ <title>Miscellaneous</title>
+ <xi:include href="xml/gtk-clutter-util.xml"/>
+ </chapter>
+
<appendix id="license">
<title>License</title>