gtk-serialized-event

GTK+ Serialized event.

http://www.haskell.org/gtk2hs/

Latest on Hackage:0.12.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LGPL-2.1-only licensed by Andy Stewart
Maintained by [email protected]

For communicate GTK+ event in multi-processes GTK+ program, we can use "serializeEvent" serialized event at *server* process, then pass serialized event over the network, when *client* process receive serialized event from the network, we can use "deserializeEvent serializedEvent mainDoEvent" re-emit same event at *client* side.