Add DriverPygame (incomplete). Move unicode graphics constants to UnicodeGraphics class. Move shared parts of drivers to Driver base class.
Event handling
==============
Keyboard event propagation
--------------------------
top widget -> focuswidget -> focuswidget's parent -> focuswidget's parent's parent -> ...and so forth
1 top window
4 window
3 container
2 edit box
Other event propagation
-----------------------