Grx.draw_filled_box_with_pixmap
function draw_filled_box_with_pixmap(x1: Number(gint), y1: Number(gint), x2: Number(gint), y2: Number(gint), p: Grx.Pixmap): void {
// Gjs wrapper for grx_draw_filled_box_with_pixmap()
}
Draws a filled rectangle on the current context using the specified coordinates and pixmap.
- x1
the left X coordinate
- y1
the top Y coordinate
- x2
the right X coordinate
- y2
the bottom Y coordinate
- p
the pixmap