Grx.draw_rounded_box
function draw_rounded_box(x1: Number(gint), y1: Number(gint), x2: Number(gint), y2: Number(gint), r: Number(gint), c: Grx.Color): void {
// Gjs wrapper for grx_draw_rounded_box()
}
Draws a rectangle with rounded corners on the current context using the specified coordinates and color.
- x1
the left X coordinate
- y1
the top Y coordinate
- x2
the right X coordinate
- y2
the bottom Y coordinate
- r
the radius of the corners
- c
the color