Package: gdk
Function gdk:draw-context-is-in-frame
Lambda Listgdk:draw-context-is-in-frame (context) ArgumentsReturn ValueTrue if the draw context is between the gdk:draw-context-begin-frame and gdk:draw-context-end-frame function calls. Details Returns true if context is in the process of drawing to its surface after a call to the gdk:draw-context-begin-frame function and not yet having called the gdk:draw-context-end-frame function.
In this situation, drawing commands may be effecting the contents of a
surface of the context. Warning | See also |
#2024-11-7