Handbook
Glossary
gtk_style_context_scroll_animations ( style_context window dx dy -- )
Vocabulary
gtk3
.
ffi
Inputs
style_context
an
object
window
an
object
dx
an
object
dy
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_style_context_scroll_animations
( GtkStyleContext* style_context, GdkWindow* window,
gint
dx,
gint
dy )