Handbook
Glossary
gtk_style_apply_default_background ( style cr window state_type x y width height -- )
Vocabulary
gtk3
.
ffi
Inputs
style
an
object
cr
an
object
window
an
object
state_type
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_style_apply_default_background
( GtkStyle* style, cairo_t* cr, GdkWindow* window,
GtkStateType
state_type,
gint
x,
gint
y,
gint
width,
gint
height )