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.

Typical extension rendering:

class StyleContext
static
void
renderExtension

Parameters

context StyleContext

a #GtkStyleContext

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

Meta