Event.sendClientMessage

Sends an X ClientMessage event to a given window (which must be on the default GdkDisplay.) This could be used for communicating between different applications, though the amount of data is limited to 20 bytes.

class Event
int
sendClientMessage

Parameters

winid GdkNativeWindow

the window to send the X ClientMessage event to.

Return Value

Type: int

non-zero on success.

Meta