GTK/GDK equivalent to UpdateWindow() ?



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]