Package: gdk
Function gdk:window-events
Lambda Listgdk:window-events (window) ArgumentsDetails
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