On Wed, 17 Jul 2002, simith nambiar wrote: > hi list, > I am trying to draw RGB images on to the > window, iam grabbing a frame once and displaying it in > the expose event handler, this is ok when i do it for > the first time , but what if i need to do it > continiously ? > is there any method i can use?
You might try using a loop and repeatedly call the expose event handler. Not sure what you do if this is not fast enough. Chris _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
