Re: GTK source code question



On Mon, 2007-08-20 at 13:24 -0700, Brett Keating wrote:
> Does anyone know off hand what part of the GTK code is executed when a
> "drawing update" has completed?
>  
> i.e. when a user moves focus from one widget to another, the control
> indicator is erased on one and drawn onto another widget... and when
> both are completed, I assume some part of the GTK code is executed to
> indicate that some update to the screen is now complete?

are you asking about what happens when focus changes, or when an expose
event has been handled or when the event loop goes idle? these are all
totally different things ...

> 




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