StyleContext.renderExtension

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

Typical extension rendering:

class StyleContext
static
void
renderExtension

Parameters

context StyleContext
cr Context
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

Meta