StyleContext.renderExtension

Renders a extension (as in a GtkNotebook tab) in the rectangle defined by x, y, width, height. The side where the extension connects to is defined by gap_side.

class StyleContext
void
renderExtension
(,
double x
,
double y
,
double width
,
double height
,)

Parameters

cr Context

a cairo_t

x double

X origin of the rectangle

y double

Y origin of the rectangle

width double

rectangle width

height double

rectangle height

gapSide GtkPositionType

side where the gap is Since 3.0

Meta