Package: gdk

Function gdk:offscreen-window-surface

Lambda List

gdk:offscreen-window-surface (window)

Arguments

window -- a gdk:window object

Return Value

The offscreen cairo:surface-t instance, or nil if not offscreen.

Details

Gets the offscreen surface that an offscreen window renders into. If you need to keep this around over window resizes, you need to add a reference to it.
 

See also

#2023-2-26