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:
GtkStyle
A
GtkStyle
.The data is owned by the caller of the function. cr
-
Type:
cairo_t
A #cairo_t.
The data is owned by the caller of the function. state_type
-
Type:
GtkStateType
A state.
widget
-
Type:
GtkWidget
The 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:
GdkWindowEdge
The edge in which to draw the resize grip.
x
-
Type:
gint
The x origin of the rectangle in which to draw the resize grip.
y
-
Type:
gint
The y origin of the rectangle in which to draw the resize grip.
width
-
Type:
gint
The width of the rectangle in which to draw the resize grip.
height
-
Type:
gint
The height of the rectangle in which to draw the resize grip.