Handbook
Glossary
gtk_style_apply_default_background ( style window set_bg state_type area x y width height -- )
Vocabulary
gtk2
.
ffi
Inputs
style
an
object
window
an
object
set_bg
an
object
state_type
an
object
area
an
object
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk2.ffi
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_style_apply_default_background
( GtkStyle* style, GdkWindow* window,
gboolean
set_bg,
GtkStateType
state_type, GdkRectangle* area,
gint
x,
gint
y,
gint
width,
gint
height )