Package: gdk

Function gdk-rectangle-new

Lambda List

gdk-rectangle-new (&key x y width height)

Arguments

x -- an integer with the value for the x slot
y -- an integer with the value for the y slot
width -- an integer with the value for the width slot
height -- an integer with the value for the height slot

Details

Returns a gdk-rectangle instance with the initial values given to x, y, width, and height.
 

See also

*2021-12-13