Style.paintExtension

Warning gtk_paint_extension has been deprecated since version 3.0 and should not be used in newly-written code. Use gtk_render_extension() instead Draws an extension, i.e. a notebook tab.

class Style
deprecated
void
paintExtension

Parameters

cr Context

a cairo_t

stateType GtkStateType

a state

shadowType GtkShadowType

type of shadow to draw

widget Widget

the widget. [allow-none]

detail string

a style detail. [allow-none]

x int

x origin of the extension

y int

y origin of the extension

width int

width of the extension

height int

width of the extension

gapSide GtkPositionType

the side on to which the extension is attached

Meta