PradeepKumar Muraleedharan wrote:
> 
> Hi
> 
>   I am developing an application in GTK using glade.
> I like to use animations in my application. I found a
> control called GNOME ANIMATOR in the PALLET. I tried
> to use it but I was not able to succed, so please guid
> me in how to use GNOME ANIMATOR.

You add the GnomeAnimator to the interface in Glade, as normal.

Then in the generated code, you add the frames of the animation, e.g.

  window1 = create_window1 ();
  animator = lookup_widget (window1, "animator1");
  gnome_animator_append_frame_from_file (GNOME_ANIMATOR (animator), ...);


Damon



_______________________________________________
Glade-devel maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel

Reply via email to