Style.drawResizeGrip

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

class Style
void
drawResizeGrip

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

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