This is to enable use of gtk where it has it's own 'mainLoop' and everything modifying UI must go through the 'postGUI' queue.
A little bit ugly to have it returning a Maybe - somewhat unlikely that anyone would write an application triggering the quitEvent in postBuild on the first frame, any better ideas how to handle that?
This is to enable use of gtk where it has it's own 'mainLoop' and everything modifying UI must go through the 'postGUI' queue.
A little bit ugly to have it returning a Maybe - somewhat unlikely that anyone would write an application triggering the quitEvent in postBuild on the first frame, any better ideas how to handle that?