Anyone who's familiar with the MS Windows API will know that it contains a 
function called UpdateWindow().  A call to UpdateWindow() forces the specified 
window's client area to be repainted immediately (i.e. bypassing any other 
messages or operations that may be pending for the window).  Is there any 
equivalent functionality within GTK+?

John
_______________________________________________
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