BorderNode.this

Creates a gsk.render_node.RenderNode that will stroke a border rectangle inside the given outline.

The 4 sides of the border can have different widths and colors.

Parameters

outline gsk.rounded_rect.RoundedRect

a gsk.rounded_rect.RoundedRect describing the outline of the border

borderWidth float[]

the stroke width of the border on the top, right, bottom and left side respectively.

borderColor gdk.rgba.RGBA[]

the color used on the top, right, bottom and left side.

Return Value