gdkWindowAddFilter: gdkWindowAddFilter

Description Usage Arguments Details Author(s)

View source: R/gdkFuncs.R

Description

Adds an event filter to window, allowing you to intercept events before they reach GDK. This is a low-level operation and makes it easy to break GDK and/or GTK+, so you have to know what you're doing. Pass NULL for window to get all events for all windows, instead of events for a specific window.

Usage

1
gdkWindowAddFilter(object, fun, data)

Arguments

object

a GdkWindow

data

data to pass to filter callback

Details

See gdkDisplayAddClientMessageFilter if you are interested in X ClientMessage events.

Author(s)

Derived by RGtkGen from GTK+ documentation


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