Method

Gsk.BorderNode.get_widths

Declaration [src]

const float*
gsk_border_node_get_widths (
  const GskRenderNode* node
)

Description [src]

Retrieves the stroke widths of the border.

Return value

Returns: An array of float

an array of 4 floats for the top, right, bottom and left stroke width of the border, respectively

 The array must have 4 elements
Ownership is not transferred to the caller