Style.paintResizeGrip

Warning gtk_paint_resize_grip has been deprecated since version 3.0 and should not be used in newly-written code. Use gtk_render_handle() instead Draws a resize grip in the given rectangle on cr using the given parameters.

class Style
deprecated
void
paintResizeGrip

Parameters

cr Context

a cairo_t

stateType GtkStateType

a state

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