About

Metadata

  • Last updated , by AndyStewart
  • License LGPL-2.1-only
  • Categories Graphics
  • Maintained by: gtk2hs-users@sourceforge.net

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Readme

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.