2007-06-11 Neil Jagdish Patel <njp@o-hand.com>
authorNeil J. Patel <njp@openedhand.com>
Mon, 11 Jun 2007 16:04:37 +0000 (16:04 +0000)
committerNeil J. Patel <njp@openedhand.com>
Mon, 11 Jun 2007 16:04:37 +0000 (16:04 +0000)
commitea74e224c39a37385ce00abe76e673fa4d0a0c00
tree62cc99dce509eca065b7ab82376e5c9901fab0ca
parentf07d5f580b23d8a1249717b5864de8a47edcf835
2007-06-11  Neil Jagdish Patel  <njp@o-hand.com>

* examples/Makefile.am:
* examples/gtk-clutter-events.c: (on_gtk_entry_changed),
(on_x_changed), (on_y_changed), (on_z_changed),
(on_opacity_changed), (create_colors), (main):
Added another example whihc shows some interaction between gtk and
the stage.

* examples/gtk-clutter-test.c: (main):
Updated to work with clutter-0.3
examples/Makefile.am
examples/gtk-clutter-events.c [new file with mode: 0644]
examples/gtk-clutter-test.c