Handbook
Glossary
gdk_event_handler_set ( func data notify -- )
Vocabulary
gdk2
.
ffi
Inputs
func
an
object
data
an
object
notify
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
void
gdk_event_handler_set
(
GdkEventFunc
func,
gpointer
data,
GDestroyNotify
notify )