paintBoxGap

Draws a box in cr using the given style and state and shadow type, leaving a gap in one side.

More...

Parameters

style gtk.style.Style

a #GtkStyle

cr cairo.context.Context

a #cairo_t

stateType gtk.types.StateType

a state

shadowType gtk.types.ShadowType

type of shadow to draw

widget gtk.widget.Widget

the widget

detail string

a style detail

x int

x origin of the rectangle

y int

y origin of the rectangle

width int

width of the rectangle

height int

width of the rectangle

gapSide gtk.types.PositionType

side in which to leave the gap

gapX int

starting position of the gap

gapWidth int

width of the gap

Detailed Description

Deprecated: Use gtk.global.renderFrameGap instead