Handbook
Glossary
gtk_render_background_get_clip ( context x y width height out_clip -- )
Vocabulary
gtk3
.
ffi
Inputs
context
an
object
x
an
object
y
an
object
width
an
object
height
an
object
out_clip
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk3.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_render_background_get_clip
( GtkStyleContext* context,
gdouble
x,
gdouble
y,
gdouble
width,
gdouble
height, GdkRectangle** out_clip )