Function
Gtkpaint_resize_grip
deprecated: 3.0
Declaration [src]
void
gtk_paint_resize_grip (
GtkStyle* style,
cairo_t* cr,
GtkStateType state_type,
GtkWidget* widget,
const gchar* detail,
GdkWindowEdge edge,
gint x,
gint y,
gint width,
gint height
)
Description [src]
Draws a resize grip in the given rectangle on cr using the given parameters.
Deprecated since: 3.0
Use gtk_render_handle() instead.
Parameters
style-
Type:
GtkStyleA
GtkStyle.The data is owned by the caller of the function. cr-
Type:
cairo_tA #cairo_t.
The data is owned by the caller of the function. state_type-
Type:
GtkStateTypeA state.
widget-
Type:
GtkWidgetThe widget.
The argument can be NULL.The data is owned by the caller of the function. detail-
Type:
const gchar*A style detail.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. edge-
Type:
GdkWindowEdgeThe edge in which to draw the resize grip.
x-
Type:
gintThe x origin of the rectangle in which to draw the resize grip.
y-
Type:
gintThe y origin of the rectangle in which to draw the resize grip.
width-
Type:
gintThe width of the rectangle in which to draw the resize grip.
height-
Type:
gintThe height of the rectangle in which to draw the resize grip.