gdkWindowSetEvents: gdkWindowSetEvents

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

The event mask for a window determines which events will be reported for that window. For example, an event mask including GDK_BUTTON_PRESS_MASK means the window should report button press events. The event mask is the bitwise OR of values from the GdkEventMask enumeration.

Usage

1
gdkWindowSetEvents(object, event.mask)

Arguments

object

a GdkWindow

event.mask

event mask for window

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.