A related question, one can assume that animation, when possible,  is to be
done with gtk+ on top of Clutter.  Then how can gtk+ programs be written to
support animation and to properly degrade on platforms where the animation
is not supported?  For example, with gtk+3, can it support, on showing a
window,  the window sliding in from the left when using Clutter, but the
window simply opens when running on top of the plain X11, all with the same
application logic?

Also, is gtk+ 3 "aware" of the animation events (such as callbacks when the
animation play is complete)?  Or such events are only handled at the Clutter
level, and gtk+ widgets know nothing of them?

2011/1/14 Erick Pérez Castellanos <erick....@gmail.com>

> Hi:
>
> I want to know if there's anyway i can animate widgets with Gtk. For
> instance, I have a GtkBin with a GtkEntry container and I want to changed
> for a GtkTextView on certain event, and I want the switch to be animated,
> slide in/out, fade in/out, things like that.
> As far as I got with Gtk2 that's not possible so far, Am I right ?
> Would this be possible with Gtk3 ?
> If it is, can someone put in the right direction ?
>
> Thxs
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>



-- 
Andy Tai, a...@atai.org
Year 2011 民國100年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to