gdkAddClientMessageFilter {RGtk2} | R Documentation |
Adds a filter to the default display to be called when X ClientMessage events
are received. See gdkDisplayAddClientMessageFilter
.
gdkAddClientMessageFilter(message.type, func, data)
|
[GdkAtom ] the type of ClientMessage events to receive. This will be
checked against the message_type field of the
XClientMessage event struct. |
|
[GdkFilterFunc ] the function to call to process the event. |
|
[R object] user data to pass to func . |
Derived by RGtkGen from GTK+ documentation