Package: gdk

Function gdk:paintable-current-image

Lambda List

gdk:paintable-current-image (paintable)

Arguments

paintable -- a gdk:paintable object

Return Value

The immutable gdk:paintable object for the current contents of paintable.

Details

Gets an immutable paintable for the current contents displayed by paintable. This is useful when you want to retain the current state of an animation, for example to take a screenshot of a running animation. If the paintable is already immutable, it will return itself.
 

See also

#2024-5-5