gsk.border_node
Module for [BorderNode] class
class BorderNode
Types 1
A render node for a border.
Methods
gdk.rgba.RGBA getColors()Retrieves the colors of the border. Returns: an array of 4 [gdk.rgba.RGBA] structs for the top, right, bottom and left color of the bordergsk.rounded_rect.RoundedRect getOutline()Retrieves the outline of the border. Returns: the outline of the borderfloat[] getWidths()Retrieves the stroke widths of the border. Returns: an array of 4 floats for the top, right, bottom and left stroke width of the border, respectivelyConstructors
this(gsk.rounded_rect.RoundedRect outline, float[] borderWidth, gdk.rgba.RGBA[] borderColor)Creates a [gsk.render_node.RenderNode] that will stroke a border rectangle inside the given outline.