2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Thu, 17 Apr 2008 15:41:00 +0000 (15:41 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Thu, 17 Apr 2008 15:41:00 +0000 (15:41 +0000)
commit7e3bf4204b8c90aa075a3ef8c18faf39d24300a2
treea102a54c994a4b563da889b06f2b18e184661f6d
parentf37accefda8f3556a6c3d26caeb597c6dbde117c
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.
ChangeLog
clutter-gtk/Makefile.am
clutter-gtk/gtk-clutter-util.c [new file with mode: 0644]
clutter-gtk/gtk-clutter-util.h [new file with mode: 0644]
doc/reference/clutter-gtk-docs.sgml
examples/gtk-clutter-events.c