gdkDisplayAddClientMessageFilter: gdkDisplayAddClientMessageFilter

Description Usage Arguments Details Author(s)

View source: R/gdkFuncs.R

Description

Adds a filter to be called when X ClientMessage events are received. See gdkWindowAddFilter if you are interested in filtering other types of events.

Usage

1
2
gdkDisplayAddClientMessageFilter(object, message.type, func, 
    data)

Arguments

object

a GdkDisplay for which this message filter applies

message.type

the type of ClientMessage events to receive. This will be checked against the message.type field of the XClientMessage event struct.

func

the function to call to process the event.

data

user data to pass to func.

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


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