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

Return Value

The newly created gdk:rectangle instance.

Details

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

See also

2026-07-30