Package: gdk

Function gdk:window-events

Lambda List

gdk:window-events (window)

Arguments

window -- a gdk:window object
event-mask -- a gdk:event-mask event mask for window

Details

Gets or sets the event mask for the window for all master input devices. The event mask for a window determines which events will be reported for that window from all master input devices. For example, an event mask including :button-press-mask means the window should report button press events. The event mask is the bitwise OR of values from the gdk:event-mask flags.
 

See also

#2025-10-08