gdkDisplayAddClientMessageFilter
.gdkAddClientMessageFilter(message.type, func, data)
message.type
GdkAtom
] the type of ClientMessage events to receive. This will be
checked against the message_type
field of the
XClientMessage event struct.func
GdkFilterFunc
] the function to call to process the event.data
func
.