Style.paintResizeGrip

Draws a resize grip in the given rectangle on window using the given parameters.

class Style
void
paintResizeGrip

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

area Rectangle

clip rectangle, or NULL if the output should not be clipped. [allow-none]

widget Widget

the widget. [allow-none]

detail string

a style detail. [allow-none]

edge GdkWindowEdge

the edge in which to draw the resize grip

x int

the x origin of the rectangle in which to draw the resize grip

y int

the y origin of the rectangle in which to draw the resize grip

width int

the width of the rectangle in which to draw the resize grip

height int

the height of the rectangle in which to draw the resize grip

Meta