Re: cluttermm: no effects?
- From: Aarto Matti <aarto matti gmail com>
- To: gtkmm-list gnome org
- Subject: Re: cluttermm: no effects?
- Date: Tue, 22 Sep 2009 16:00:24 +0300
I found out that since 0.9.4 effects are replaced with Animation, but I cant get it how to use it anyway.
In Clutter it would be:
clutter_actor_animate (actor, CLUTTER_EASE_SINE_OUT, 500,
"x", 100,
"y", 100,
NULL);
In Cluttermm animate is defined as:
Glib::RefPtr< Animation
> animate (gulong mode, unsigned int duration, const std::map<
std::string, Glib::ValueBase > &properties)
To be hones I have to idea how to fill const std::map<
std::string, Glib::ValueBase > &properties. Please some one help.
--
Aarto
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]