render_background


Description:

[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public void render_background (StyleContext context, double x, double y, double width, double height)

Warning: render_background is deprecated since 4.10.

Creates a render node for the CSS background according to context, and appends it to the current node of this, without changing the current node.

Parameters:

this

a `GtkSnapshot`

context

the style context that defines the background

x

X origin of the rectangle

y

Y origin of the rectangle

width

rectangle width

height

rectangle height