Handbook
Glossary
gtk_render_option ( context cr x y width height -- )
Vocabulary
gtk3
.
ffi
Inputs
context
an
object
cr
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
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_render_option
( GtkStyleContext* context, cairo_t* cr,
gdouble
x,
gdouble
y,
gdouble
width,
gdouble
height )