paint_resize_grip


Description:


[ Version ( deprecated = true , deprecated_since = "3.0" , replacement = "render_handle" ) ]
public void paint_resize_grip (Style style, Context cr, StateType state_type, Widget? widget, string? detail, WindowEdge edge, int x, int y, int width, int height)

Warning: paint_resize_grip is deprecated since 3.0. Use render_handle.

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

Note:

Use render_handle instead

Parameters:

style

a Style

cr

a Context

state_type

a state

widget

the widget

detail

a style detail

edge

the edge in which to draw the resize grip

x

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

y

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

width

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

height

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


Namespace: Gtk
Package: gtk+-3.0