Handbook
Glossary
gtk_render_icon ( context cr pixbuf x y -- )
Vocabulary
gtk3
.
ffi
Inputs
context
an
object
cr
an
object
pixbuf
an
object
x
an
object
y
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
cairo.ffi
gdk-pixbuf.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_render_icon
( GtkStyleContext* context, cairo_t* cr, GdkPixbuf* pixbuf,
gdouble
x,
gdouble
y )