Handbook
Glossary
gdk_window_set_source_events ( window source event_mask -- )
Vocabulary
gdk3
.
ffi
Inputs
window
an
object
source
an
object
event_mask
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
void
gdk_window_set_source_events
( GdkWindow* window,
GdkInputSource
source,
GdkEventMask
event_mask )