Description
GTK+ Serialized event.
Description
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.