Handbook
Glossary
gtk_paint_resize_grip ( style cr state_type widget detail edge x y width height -- )
Vocabulary
gtk3
.
ffi
Inputs
style
an
object
cr
an
object
state_type
an
object
widget
an
object
detail
an
object
edge
an
object
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
cairo.ffi
gdk3.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_paint_resize_grip
( GtkStyle* style, cairo_t* cr,
GtkStateType
state_type,
GtkWidget* widget, gchar* detail,
GdkWindowEdge
edge,
gint
x,
gint
y,
gint
width,
gint
height )