Package: gdk

Function gdk:rectangle-new

Lambda List

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

Arguments

x -- an integer for the x coordinate of the top left corner of the rectangle
y -- an integer for the y coordinate of the top left corner of the rectangle
width -- an integer for the width of the rectangle
height -- an integer for the height of the rectangle

Details

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

See also

2025-08-04