Package: gdk

Function gdk:window-begin-paint-rect

Lambda List

gdk:window-begin-paint-rect (window rectangle)

Arguments

window -- a gdk:window object
rectangle -- a gdk:rectangle instance you intend to draw to

Details

A convenience wrapper around the gdk:window-begin-paint-region function which creates a rectangular region for you. See the gdk:window-begin-paint-region function for details.

Warning

The gdk:window-begin-paint-rect function has been deprecated since version 3.22 and should not be used in newly written code. Use the gdk:window-begin-draw-frame function instead.
 

See also

#2023-2-26